summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-07 23:02:34 +0000
committerJim Meyering <jim@meyering.net>1999-02-07 23:02:34 +0000
commit05b9afe56bbd3d067d9e241d31dfe29d798b2fb6 (patch)
tree0c82b6c203d50bac0d4a89c72cbb9bdc645c659b /Makefile.maint
parent84f044b9981116aaeae65409e54c1c4cf55705e6 (diff)
downloadcoreutils-05b9afe56bbd3d067d9e241d31dfe29d798b2fb6.tar.xz
(my-distcheck): Don't depend on dist, now that this
is hooked up to the distcheck rule.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index c657c8c8f..5cb3a5dfd 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