Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 1999 21:38:17 -0400
From:      Tim Vanderhoek <vanderh@ecf.utoronto.ca>
To:        Will Andrews <andrews@TECHNOLOGIST.COM>
Cc:        ports@freebsd.org
Subject:   Re: bsd.port.mk
Message-ID:  <19990918213817.A61382@ppp5835.on.bellglobal.com>
In-Reply-To: <XFMail.990918210549.andrews@TECHNOLOGIST.COM>; from Will Andrews on Sat, Sep 18, 1999 at 09:05:49PM -0400
References:  <XFMail.990918210549.andrews@TECHNOLOGIST.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 18, 1999 at 09:05:49PM -0400, Will Andrews wrote:
> 
> CLEAN_FIRST=    YES
> 
> where it will add to post-extract (or pre-build):
> 
> .if defined(CLEAN_FIRST)
>         @$(cd ${WRKSRC} && ${MAKE} clean)
> .endif

What is the advantage to having this in post-extract: as opposed to
simply using

ALL_TARGET=	clean all

?


-- 
This is my .signature which gets appended to the end of my messages.


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?19990918213817.A61382>