aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-20 22:24:48 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-20 22:24:48 -0500
commite3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 (patch)
tree097ec6bd97f039893f7496808192a9bb2fbff525 /Makefile.am
parentd0f104991b9e6134f04bc674af115bc288c9e137 (diff)
downloaddejagnu-e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6.zip
dejagnu-e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6.tar.gz
dejagnu-e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6.tar.bz2
Adjust Automake options to build maximally portable tarballs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bd05a53..db22e78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,10 @@
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU
+# record all files in the distribution tarball as owned by root
+TAR_OPTIONS = --owner=0 --group=0
+export TAR_OPTIONS
+
EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \
$(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
$(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\