From: Jim Meyering Date: Sun, 7 Feb 1999 23:02:34 +0000 (+0000) Subject: (my-distcheck): Don't depend on dist, now that this X-Git-Tag: TEXTUTILS-1_22h~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b9afe56bbd3d067d9e241d31dfe29d798b2fb6;p=thirdparty%2Fcoreutils.git (my-distcheck): Don't depend on dist, now that this is hooked up to the distcheck rule. --- diff --git a/Makefile.maint b/Makefile.maint index c657c8c8f4..5cb3a5dfdc 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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