Date: Fri, 14 May 2004 13:23:02 -0400 From: Gerard Samuel <fbsd-questions@trini0.org> To: freebsd-questions@freebsd.org Subject: Re: The correct way to run "make" Message-ID: <200405141323.03186.fbsd-questions@trini0.org> In-Reply-To: <200405141317.12923.fbsd-questions@trini0.org> References: <200405141317.12923.fbsd-questions@trini0.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 14 May 2004 01:17 pm, Gerard Samuel wrote: > Looking for an official answer, as I think I've used multiple ways to > apply switches to "make" when building ports in the past.... > > Is it -> > a) make --SOMEOPTION=yes > b) make --SOMEOPTION=yes That should be -> b) make -SOMEOPTION=yes > c) make SOMEOPTION=yes >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405141323.03186.fbsd-questions>