Hello Jérôme, On Sun, Nov 01, 2015 at 01:18:00PM +0100, Jérôme Duval wrote: > Hello all, > > here is a patch to add Haiku as a supported target. It builds against > git version. > * links against libnetwork.so when target is Haiku
Thanks, > * don't install the systemd-wrapper for all platforms, replace it with > $(EXTRA) like the "all" target already does. This case is not specific to your operating system, in fact only a minority of platforms need the systemd-wrapper. I personally build with "make ... EXTRA=" to avoid building it and installing it. I think we took the wrong approach by enabling it by default, since we're bothering all platforms. We should probably change this to have a "linux-systemd" target which enables it. If nobody objects, I'd rather do that so that you don't have to add a specific if/elif/endif just for this. What do you think ? Thanks, Willy

