From: Pádraig Brady
Date: Wed, 13 Jan 2016 12:11:39 +0000 (+0000) Subject: maint: remove temporary doc/constants.texi-t during build X-Git-Tag: v8.25~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab8704dc0c63a62076155f73439c8e11e9d5b6a;p=thirdparty%2Fcoreutils.git maint: remove temporary doc/constants.texi-t during build * doc/local.mk (constants.texi): Remove temp file. --- diff --git a/doc/local.mk b/doc/local.mk index dad743c5bc..5ba58186f5 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -42,7 +42,7 @@ doc/constants.texi: $(top_srcdir)/src/tail.c $(top_srcdir)/src/shred.c sed -n -e \ 's/.*\(DEFAULT_PASSES\)[ =]* \([0-9]*\).*/@set SHRED_\1 \2/p'\ $(top_srcdir)/src/shred.c; } > $@-t \ - && { cmp $@-t $@ >/dev/null 2>&1 || mv $@-t $@; } + && { cmp $@-t $@ >/dev/null 2>&1 || mv $@-t $@; rm -f $@-t; } MAINTAINERCLEANFILES += doc/constants.texi