From owner-cvs-all Sat Oct 27 16:45:50 2001 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 34CDC37B403; Sat, 27 Oct 2001 16:45:48 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 83F2D9B08; Sat, 27 Oct 2001 18:44:42 -0500 (EST) Date: Sat, 27 Oct 2001 18:44:42 -0500 From: Will Andrews To: Mikhail Teterin Cc: will@physics.purdue.edu, roam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gd Makefile pkg-plist Message-ID: <20011027184442.V25747@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Mikhail Teterin , will@physics.purdue.edu, roam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20011026142111.B25747@squall.waterspout.com> <200110272001.f9RK0fa89495@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110272001.f9RK0fa89495@aldan.algebra.com> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 27, 2001 at 04:00:38PM -0400, Mikhail Teterin wrote: > You removed my reasoning. You are right, the port would not care, but > I'd expect it to be a little bit more efficient, because deep down in > make(1)'s data structures there will be one less target to record. And > make(1) parses a port's Makefile numerous times... No. make(1) parses a port's Makefile only once per invocation. The same goes for bsd.port.mk; if something .include bsd.port.mk then it will be parsed there. Not again. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message