summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-11 13:42:07 +0000
committerJim Meyering <jim@meyering.net>2000-11-11 13:42:07 +0000
commit39d746aace9bb878a179a8d5e64a5a72b4e2cf03 (patch)
tree7088c587f15df224499512ef956a75b69347e000 /Makefile.maint
parenta4aa31ab26195683c5083b904f85d98cdc818528 (diff)
downloadcoreutils-39d746aace9bb878a179a8d5e64a5a72b4e2cf03.tar.xz
(GZIP_ENV): Define to --no-name, so the timestamp
is not included in the .tar.gz file.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint3
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.