Date: Mon, 14 Dec 1998 23:29:20 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: root@swimsuit.internet.dk Cc: kkennawa@physics.adelaide.edu.au, freebsd-ports@FreeBSD.ORG Subject: Re: Makefile for wmmon Message-ID: <199812150729.XAA06695@silvia.hip.berkeley.edu> In-Reply-To: <Pine.BSF.4.05.9812150759120.83068-100000@gina.swimsuit.internet.dk> (message from Leif Neland on Tue, 15 Dec 1998 08:05:18 %2B0100 (CET))
next in thread | previous in thread | raw e-mail | index | archive | help
* pre-clean: * ${RM} ${WRKDIR}/wmmon-freebsd.patch * ${RM} -rf ${WRKDIR}/wmmon * * * The first rm needs the -f option in case wmmon-freebsd.patch is not * extracted. Actually, I don't understand what purpose pre-clean is serving. The default "clean" target already blows away the entire ${WRKDIR}, so there is no need to pre-clean files/directories underneath it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812150729.XAA06695>