]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make my-distcheck depend on "check".
authorJim Meyering <meyering@redhat.com>
Sun, 2 Dec 2007 19:53:43 +0000 (20:53 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 2 Dec 2007 20:03:42 +0000 (21:03 +0100)
* 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 <meyering@redhat.com>
ChangeLog
Makefile.maint

index 4d682a27b1cb82f475ca41db7218cc0c3a5f9535..d80ef050f7c4c65b2973a0259585c93af8030e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-12-02  Jim Meyering  <meyering@redhat.com>
 
+       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.
index e9ab2e6b0d99c2db1cbfb0c4f65f8b05dc9a0284..fe6bee5014b041e06cb8ae42f499020c8aad0756 100644 (file)
@@ -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