From: <hu...@us...> - 2002-11-17 17:17:08
|
Update of /cvsroot/libexif/libexif In directory usw-pr-cvs1:/tmp/cvs-serv7555 Modified Files: Makefile.am Log Message: removed misguided bzip2 tarball creation Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 1 Nov 2002 19:59:37 -0000 1.12 +++ Makefile.am 17 Nov 2002 17:17:05 -0000 1.13 @@ -2,17 +2,3 @@ CONFIG_CLEAN_FILES = EXTRA_DIST = @PACKAGE@.spec - - -######################################################################## -# create .tar.bz2 distribution package for convenience if the -# tar on this system supports it. else do nothing. -dist-hook: - if [ "x${CDPATH}" != "x" ]; then \ - echo "You have set CDPATH. If make dist fails, try to unset CDPATH."; \ - fi - -$(MAKE) dist-bzip2 - -dist-bzip2: - -chmod -R a+r $(distdir) - -tar -c --bzip2 -h -o -f $(distdir).tar.bz2 $(distdir) |