]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(my-distcheck): Don't depend on dist, now that this
authorJim Meyering <jim@meyering.net>
Sun, 7 Feb 1999 23:02:34 +0000 (23:02 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Feb 1999 23:02:34 +0000 (23:02 +0000)
is hooked up to the distcheck rule.

Makefile.maint

index c657c8c8f419944869dbd62a00c08e90c288f1e1..5cb3a5dfdc3209d9be2bdc75f9b700f58f5fd4d9 100644 (file)
@@ -13,6 +13,7 @@ maintainer-check:
 
 # Tag before making distribution.  Also, don't make a distribution if
 # checks fail.  Also, make sure the NEWS file is up-to-date.
+# FIXME: use dist-hook/my-dist like distcheck-hook/my-distcheck.
 cvs-dist: maintainer-check
        pkg=`echo "$(PACKAGE)" | tr a-z A-Z`; \
        ver=`echo "$(VERSION)" | sed 's/\./_/g'`; \
@@ -27,7 +28,7 @@ cvs-dist: maintainer-check
        $(MAKE) dist
 
 t=./=test
-my-distcheck: dist
+my-distcheck:
        -rm -rf $(t)
        mkdir $(t)
        GZIP=$(GZIP) $(TAR) -C $(t) -zxf $(distdir).tar.gz