FreeBSD_HEAD_amd64_gcc4.9 - Build #85 - Failure

Simon J. Gerraty sjg at juniper.net
Mon Jun 15 20:29:08 UTC 2015


Garrett Cooper <yaneurabeya at gmail.com> wrote:
> >> There is yet another issue with the build system, I have
> >> 	INSTALL+=-CS
> >> in make.conf for around 15 years.  Apparently it is broken now.
> > 
> > Ah! make.conf is getting included earlier.
> > So that {local,src}.sys.mk can be included earlier so that any of them
> > can provide pointer to external toolchain before sys.mk sets CC etc.

> This is going to break a whole lot of stuff — especially because I’ve
> discovered people either try and be overly clever with make, or like
> .include’ing things more than once >:(.

I hope not, since the earlier inclusion is potentially very valuable.
 
Konstantin, sorry for the pain, putting

INSTALL?= install
INSTALL+=-CS

in your make.conf should restore your expected behavior - without losing
the ability to select toolchains etc.


More information about the freebsd-current mailing list