The correct way to run "make"

Gerard Samuel fbsd-questions at trini0.org
Fri May 14 10:23:05 PDT 2004


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
>


More information about the freebsd-questions mailing list