From owner-freebsd-ports Sat Sep 18 18:39:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 9935615116 for ; Sat, 18 Sep 1999 18:39:08 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp5835.on.bellglobal.com (ppp5754.on.bellglobal.com [206.172.198.66]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id VAA26703; Sat, 18 Sep 1999 21:41:06 -0400 (EDT) Received: (from tim@localhost) by ppp5835.on.bellglobal.com (8.9.3/8.9.1) id VAA61474; Sat, 18 Sep 1999 21:38:17 -0400 (EDT) (envelope-from tim) Date: Sat, 18 Sep 1999 21:38:17 -0400 From: Tim Vanderhoek To: Will Andrews Cc: ports@freebsd.org Subject: Re: bsd.port.mk Message-ID: <19990918213817.A61382@ppp5835.on.bellglobal.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Will Andrews on Sat, Sep 18, 1999 at 09:05:49PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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