From: Jim Meyering Date: Fri, 31 Jan 2003 10:43:29 +0000 (+0000) Subject: (TAR_OPTIONS): Set and export, in order to make X-Git-Tag: v4.5.5~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d92da7460e9b7069fda4af50019decfd3d705ac3;p=thirdparty%2Fcoreutils.git (TAR_OPTIONS): Set and export, in order to make tar archive easier to reproduce. --- diff --git a/GNUmakefile b/GNUmakefile index d150d3dc94..4c1d70296f 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