On 2014/11/25 07:40, Theo Buehler wrote: > * The only thing I noticed is that > > $ make clean > $ export SEPARATE_BUILD=Yes > $ make fake > > fails (no issues with `$ make build' with SEPARATE_BUILD=Yes) but this > is independent of your patch. It spawns the following error message:
SEPARATE_BUILD is intended to be set in a port, if that port is able to build out-of-tree. It isn't meant as a user option (these are identified as "User settings" in the bsd.port.mk manual).
