On Thu, Nov 03, 2016 at 10:17:33PM +0000, Nigel Taylor wrote: > On 11/03/16 18:30, Nigel Taylor wrote: > > On 11/03/16 08:27, Antoine Jacoutot wrote: > > Just retried and built... > > dpb is building > > make SUBDIR="games/hedgewars,-main" > > It's make SUBDIR="games/hedgewars,-main" that requires hs-dataenc as NOSERVER > is not set > in CONFIGURE_ARGS > > but junk is using > > make SUBDIR="games/hedgewars,no_server,-main" > > So doesn't keep hs-dataenc as NOSERVER is set. > > should be building > games/hedgewars,no_server,-main > games/hedgewars,-server > > games/Makefile has > SUBDIR += hedgewars > > builds ,-main ,-server doesn't ask to build no_server,-main ,-server > > Not sure the PSEUDO_FLAVOR is required. Most bulks built ,-main ,-server and > not > building using no_server FLAVOR, and build as long as dpb junk hasn't removed > hs-dataenc.
This is very fragile indeed. I would be in favor to just remove the PSEUDO_FLAVOR. Would anyone object? -- Antoine