diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-11 13:42:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-11 13:42:07 +0000 |
commit | 39d746aace9bb878a179a8d5e64a5a72b4e2cf03 (patch) | |
tree | 7088c587f15df224499512ef956a75b69347e000 | |
parent | a4aa31ab26195683c5083b904f85d98cdc818528 (diff) | |
download | coreutils-39d746aace9bb878a179a8d5e64a5a72b4e2cf03.tar.xz |
(GZIP_ENV): Define to --no-name, so the timestamp
is not included in the .tar.gz file.
-rw-r--r-- | Makefile.maint | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.maint b/Makefile.maint index 6db931c64..90d178937 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. |