From: Roy Marples Date: Sat, 5 Nov 2016 11:35:13 +0000 (+0000) Subject: Remove distinfo files before making them. X-Git-Tag: v7.0.0-beta1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d86d72bfe682c15053e001dc54b77c33798034f;p=thirdparty%2Fdhcpcd.git Remove distinfo files before making them. --- diff --git a/Makefile b/Makefile index ef3539b2..7d68a04c 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,7 @@ dist: rm ${DISTFILEGZ} distinfo: dist + rm -f ${DISTINFO} ${DISTINFOSIGN} ${CKSUM} ${DISTFILE} >${DISTINFO} #printf "SIZE (${DISTFILE}) = %s\n" $$(wc -c <${DISTFILE}) >>${DISTINFO} ${PGP} --clearsign --output=${DISTINFOSIGN} ${DISTINFO}