Date: Mon, 14 Sep 1998 02:17:00 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: Studded@dal.net Cc: FreeBSD-Ports@FreeBSD.ORG Subject: Re: NO_CONFIGURE and NO_PATCH Message-ID: <199809140917.CAA22551@silvia.hip.berkeley.edu> In-Reply-To: <35FB23C7.368AA145@dal.net> (message from Studded on Sat, 12 Sep 1998 18:45:43 -0700)
next in thread | previous in thread | raw e-mail | index | archive | help
* However, when I run 'make' in my very simple port (just the script and * the man file, no sub-dir, no makefile, no configure, no patches * directory) the "patch" and "configure" targets are still called. My * reading of bsd.port.mk seems to say that if there is no patches * directory the patch target shouldn't be called at all. I'm not sure * about the configure target, but it would be nice if it weren't called * when not needed as well. That will move the knowledge of what "configure" and "patch" does outside the respective targets. Our macros are modular by design, and maybe it takes a couple milliseconds too long calling the targets and not doing anything afterwards but it saves a lot of time maintaining bsd.port.mk. 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?199809140917.CAA22551>