summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-31 10:43:29 +0000
committerJim Meyering <jim@meyering.net>2003-01-31 10:43:29 +0000
commitd92da7460e9b7069fda4af50019decfd3d705ac3 (patch)
tree946ab06d5b9c744410242bb6b11c19b27c7d007c /GNUmakefile
parent3f026f04482290238633fcb7b646d7f285d7f595 (diff)
downloadcoreutils-d92da7460e9b7069fda4af50019decfd3d705ac3.tar.xz
(TAR_OPTIONS): Set and export, in order to make
tar archive easier to reproduce.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d150d3dc9..4c1d70296 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -14,6 +14,9 @@ have-Makefile := $(shell test -f Makefile && echo yes)
# give them a diagnostic.
ifeq ($(have-Makefile),yes)
+# Make tar archive easier to reproduce.
+export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
+
include Makefile
include $(srcdir)/Makefile.cfg
include $(srcdir)/Makefile.maint