From 50333acbf4dc0214f87947a7af0d56b2670bf52c Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 26 Dec 2003 06:20:40 +0000 Subject: [PATCH] Nuke the sets before building to make sure the original behavior of makesets rebuilding all sets is preserved. --- distrib/sets/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distrib/sets/Makefile b/distrib/sets/Makefile index 0991bad84479..a762561aa041 100644 --- a/distrib/sets/Makefile +++ b/distrib/sets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/12/22 04:56:53 jmc Exp $ +# $NetBSD: Makefile,v 1.36 2003/12/26 06:20:40 jmc Exp $ # The `all' target must appear before bsd.own.mk is pulled in. all: @@ -79,6 +79,8 @@ maketarsetup: .PHONY mkdir -p ${RELEASEDIR}/${MACHINE}/binary/sets for i in BSDSUM CKSUM MD5 SYSVSUM; do \ rm -f ${RELEASEDIR}/${MACHINE}/binary/sets/$$i.tmp; done + -[ "${MAKETARSETS}" ] && for i in ${MAKETARSETS}; do \ + rm -f ${RELEASEDIR}/${MACHINE}/binary/sets/$$i.tgz; done .for tar in ${MAKETARSETS} ${RELEASEDIR}/${MACHINE}/binary/sets/${tar}.tgz: