11.0-CURRENT SRC_ENV_CONF file vs. MAKEOBJDIRPREFIX in the file: they do not mix

Simon J. Gerraty sjg at juniper.net
Mon Dec 7 20:49:07 UTC 2015


Mark Millard <markmi at dsl-only.net> wrote:
> My guess is that it is picking up the
> 
> MAKEOBJDIRPREFIX=/usr/obj/xtoolchain

You should use ?= if you want this to work.
There are many places in Makefile.inc1 where MAKEOBJDIRPREFIX is tweaked
in the environment of a sub-make.

By using = above, you break that.


More information about the freebsd-current mailing list