From 681dc1ee014e4726954f0f50d8bced5452698932 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Dec 2007 20:53:43 +0100 Subject: [PATCH] Make my-distcheck depend on "check". * Makefile.maint (my-distcheck): Also depend on "check", so I can't tag and release something that fails "make check" (however harmless) when run in a checked-out-from-git dir, but not in the distributed tarball. Signed-off-by: Jim Meyering --- ChangeLog | 5 +++++ Makefile.maint | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d682a27b1..d80ef050f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-12-02 Jim Meyering + Make my-distcheck depend on "check". + * Makefile.maint (my-distcheck): Also depend on "check", so I can't tag + and release something that fails "make check" (however harmless) when + run in a checked-out-from-git dir, but not in the distributed tarball. + * NEWS: Add the usual "Noteworthy changes in release 6.9.91..." line. Remove just-installed su, if unable to make it set-UID root. diff --git a/Makefile.maint b/Makefile.maint index e9ab2e6b0d..fe6bee5014 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -565,7 +565,7 @@ write_loser = printf '\#!%s\necho $$0: bad path 1>&2; exit 1\n' '$(SHELL)' # Note that "false" itself is a symlink to true, so it too will malfunction. TMPDIR ?= /tmp t=$(TMPDIR)/$(PACKAGE)/test -my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz) +my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz) check -rm -rf $(t) mkdir -p $(t) GZIP=$(GZIP_ENV) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz -- 2.47.2