From: Jim Meyering Date: Sat, 11 Nov 2000 13:42:07 +0000 (+0000) Subject: (GZIP_ENV): Define to --no-name, so the timestamp X-Git-Tag: FILEUTILS-4_0_32~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=39d746aace9bb878a179a8d5e64a5a72b4e2cf03;p=thirdparty%2Fcoreutils.git (GZIP_ENV): Define to --no-name, so the timestamp is not included in the .tar.gz file. --- diff --git a/Makefile.maint b/Makefile.maint index 6db931c646..90d1789371 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -30,6 +30,9 @@ po-check: diff -u $@-1 $@-2 rm -f $@-1 $@-2 +# Do not save the original name or timestamp in the .tar.gz file. +GZIP_ENV = --no-name + # Tag before making distribution. Also, don't make a distribution if # checks fail. Also, make sure the NEWS file is up-to-date. # FIXME: use dist-hook/my-dist like distcheck-hook/my-distcheck.