[uim-commit] r523 - trunk
tkng at freedesktop.org
tkng at freedesktop.org
Fri Feb 4 20:01:50 PST 2005
Author: tkng
Date: 2005-02-04 20:01:47 -0800 (Fri, 04 Feb 2005)
New Revision: 523
Modified:
trunk/Makefile.am
Log:
* Makefile.am: rewrited releasetest rule.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2005-02-05 03:56:28 UTC (rev 522)
+++ trunk/Makefile.am 2005-02-05 04:01:47 UTC (rev 523)
@@ -57,12 +57,8 @@
releasetest-all-flag-disabled: each-releasetest
each-releasetest:
- case '$(DIST_ARCHIVES)' in \
- *.tar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
- *.tar.bz2*) \
- bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
- esac
+ $(am__remove_distdir)
+ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
More information about the Uim-commit
mailing list