Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2004 19:26:40 +0200
From:      Antoine Jacoutot <ajacoutot@lphp.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: The correct way to run "make"
Message-ID:  <200405141926.40456.ajacoutot@lphp.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 19:17, Gerard Samuel wrote:
> a)  make --SOMEOPTION=yes
> b)  make --SOMEOPTION=yes
> c)  make SOMEOPTION=yes

I'm not sure there's an "official way", but I think you can use whatever:

make -DOPTION
make OPTION=1
make OPTION=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405141926.40456.ajacoutot>