aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-28 21:53:42 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-28 21:53:42 -0500
commit749abc5fe11f672c1997c77739a175d160524f08 (patch)
tree5fa2a02efa838f5a677612159c4162bfbe6953b4 /Makefile.in
parent9434672603a6022f3ec4cbd4b5d6e37f7c149bd0 (diff)
Regenerate build system files
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c2ff53b..4f7e1f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -366,6 +366,9 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = dejagnu
+
+# record all files in the distribution tarball as owned by root
+TAR_OPTIONS = --owner=0 --group=0
EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \
$(pkgdata_DATA) $(config_DATA) $(baseboard_DATA) \
$(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\
@@ -1157,6 +1160,11 @@ distdir: $(DISTFILES)
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
+ @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
+ grep '^...................................................................................................' 1>&2; then \
+ echo 'error: the above filenames are too long' 1>&2; \
+ exit 1; \
+ else :; fi
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__post_remove_distdir)
@@ -1529,6 +1537,7 @@ uninstall-man: uninstall-man1
uninstall-ps-am
export DEJAGNU
+export TAR_OPTIONS
clean-local: clean-local-check
.PHONY: clean-local-check