summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-02 20:53:43 +0100
committerJim Meyering <meyering@redhat.com>2007-12-02 21:03:42 +0100
commit681dc1ee014e4726954f0f50d8bced5452698932 (patch)
tree6b14a85631ec31ca7d2978f9e3c772786c8ceb26 /Makefile.maint
parentb1a1db59006ccf77419d88900802985fda0bb15a (diff)
downloadcoreutils-681dc1ee014e4726954f0f50d8bced5452698932.tar.xz
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 <meyering@redhat.com>
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index e9ab2e6b0..fe6bee501 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