From: Jim Meyering Date: Wed, 16 May 2001 08:14:19 +0000 (+0000) Subject: (my-distcheck): Remove work-around kludge and X-Git-Tag: CPPI-1_9~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c397b531b724d3a7804be48108ccc9f5a0accd3b;p=thirdparty%2Fcoreutils.git (my-distcheck): Remove work-around kludge and associated comment, now that automake has ben fixed. --- diff --git a/Makefile.maint b/Makefile.maint index de15d92e85..295c8975f2 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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)