]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(my-distcheck): Remove work-around kludge and
authorJim Meyering <jim@meyering.net>
Wed, 16 May 2001 08:14:19 +0000 (08:14 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 May 2001 08:14:19 +0000 (08:14 +0000)
associated comment, now that automake has ben fixed.

Makefile.maint

index de15d92e859fb2c04b9d1fb081fe398745a5145a..295c8975f214e2ee43ed4b37aec0c6fe46df1881 100644 (file)
@@ -65,16 +65,13 @@ my-distcheck: writable-files po-check
        -rm -rf $(t)
        mkdir $(t)
        GZIP=$(GZIP) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz
-# Removing $(DEPDIR) like this is a gross kludge to work around a bug
-# in automake.  Remove that line once it's fixed.
        cd $(t)/$(distdir) \
          && ./configure --disable-nls \
          && $(MAKE) CFLAGS='-Wformat -Werror' \
              AM_MAKEFLAGS='$(null_AM_MAKEFLAGS)' \
          && $(MAKE) dvi \
          && $(MAKE) check \
-         && $(MAKE) distclean \
-         && rm -rf $(DEPDIR)
+         && $(MAKE) distclean
        cd $(t) && mv $(distdir) $(distdir).old \
          && $(AMTAR) -zxf ../$(distdir).tar.gz
        diff -ur $(t)/$(distdir).old $(t)/$(distdir)