On Wed, Feb 17, 2010 at 11:02:35AM +0100, Antoine Jacoutot wrote: > On Wed, 17 Feb 2010, Markus Lude wrote: [...] > > There is no real problem there with that comma I think. Or is there any > > difference between those 2 lines? > > > > SUBDIR += example_port > > SUBDIR += example_port, > > Yes there are. > The first one will build the port using the default FLAVOR. > The second line will build the port with an empty FLAVOR. > > There is a difference between running: > $ make > and > $ env FLAVOR="" make I obviously missed this. Thanks for the clue and sorry for the noise.
Regards, Markus
