[BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-24 Thread Baptiste Daroussin
Hi, One of the missing thing since we switch to OptionNG is a reliable ability to pass options via command line that would override make.conf and config file options. Here is an implementation that do work: http://people.freebsd.org/~bapt/OVERRIDE_BLA.diff Now OVERRIDE_SET/UNSET doesn't seems to

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-24 Thread Baptiste Daroussin
On Tue, Sep 25, 2012 at 12:15:24AM +0200, Baptiste Daroussin wrote: > Hi, > > One of the missing thing since we switch to OptionNG is a reliable ability to > pass options via command line that would override make.conf and config file > options. > > Here is an implementation that do work: > http:/

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-24 Thread Matthew Seaman
On 24/09/2012 23:15, Baptiste Daroussin wrote: > Here is an implementation that do work: > http://people.freebsd.org/~bapt/OVERRIDE_BLA.diff > > Now OVERRIDE_SET/UNSET doesn't seems to be the best name :) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=170180 > > Here are other proposition from m

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-25 Thread Pietro Cerutti
On 2012-Sep-25, 00:15, Baptiste Daroussin wrote: > Hi, > > One of the missing thing since we switch to OptionNG is a reliable ability to > pass options via command line that would override make.conf and config file > options. > > Here is an implementation that do work: > http://people.freebsd.org

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-25 Thread Jamie Paul Griffin
[ Pietro Cerutti wrote on Tue 25.Sep'12 at 13:41:41 +0200 ] > On 2012-Sep-25, 00:15, Baptiste Daroussin wrote: > > Hi, > > > > One of the missing thing since we switch to OptionNG is a reliable ability > > to > > pass options via command line that would override make.conf and config file > > opt

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-25 Thread Chris Rees
On 25 Sep 2012 12:42, "Pietro Cerutti" wrote: > > On 2012-Sep-25, 00:15, Baptiste Daroussin wrote: > > Hi, > > > > One of the missing thing since we switch to OptionNG is a reliable ability to > > pass options via command line that would override make.conf and config file > > options. > > > > Here

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-25 Thread Olli Hauer
On 2012-09-25 13:54, Chris Rees wrote: > On 25 Sep 2012 12:42, "Pietro Cerutti" wrote: >> >> On 2012-Sep-25, 00:15, Baptiste Daroussin wrote: >>> Hi, >>> >>> One of the missing thing since we switch to OptionNG is a reliable > ability to >>> pass options via command line that would override make.c

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-25 Thread Rene Ladan
On 25-09-2012 07:56, Matthew Seaman wrote: > On 24/09/2012 23:15, Baptiste Daroussin wrote: >> Here is an implementation that do work: >> http://people.freebsd.org/~bapt/OVERRIDE_BLA.diff >> >> Now OVERRIDE_SET/UNSET doesn't seems to be the best name :) >> >> http://www.freebsd.org/cgi/query-pr.cgi

Re: [BRAINSTORMIG] name of the variable for passing command line options via make

2012-09-26 Thread Alex Dupre
Olli Hauer ha scritto: >>> WITH / WITHOUT >> >> I thought this was a joke, but thinking about it, this is the best idea IMO. > > I agree, but silently thinking OH NO! this brings us back to the discussions > from a view months ago... > > If I understand correct the LATE_(UN)SET parameter can be u