On Mon, Mar 10, 2014 at 11:43:33AM +0100, LEVAI Daniel wrote:
> On h, márc 10, 2014 at 11:32:22 +0100, Marc Espie wrote:
> > On Mon, Mar 10, 2014 at 10:37:27AM +0100, LEVAI Daniel wrote:
> > > Hi!
> > >
> > > I have this Makefile in a source that has the usual `?=' conditional
> > > assignments, b
On h, márc 10, 2014 at 11:32:22 +0100, Marc Espie wrote:
> On Mon, Mar 10, 2014 at 10:37:27AM +0100, LEVAI Daniel wrote:
> > Hi!
> >
> > I have this Makefile in a source that has the usual `?=' conditional
> > assignments, but for the CFLAGS and LDFLAGS variables too. I see that
> > make(1) reads
On Mon, Mar 10, 2014 at 10:37:27AM +0100, LEVAI Daniel wrote:
> Hi!
>
> I have this Makefile in a source that has the usual `?=' conditional
> assignments, but for the CFLAGS and LDFLAGS variables too. I see that
> make(1) reads /usr/share/mk/sys.mk first, and that defines those two, so
> this won
Hi!
I have this Makefile in a source that has the usual `?=' conditional
assignments, but for the CFLAGS and LDFLAGS variables too. I see that
make(1) reads /usr/share/mk/sys.mk first, and that defines those two, so
this won't fly with base make(1) because it leaves them out of the game.
Are ther