Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #85 - Failure

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Mon, 15 Jun 2015 13:28:56 -0700
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.
Received on Mon Jun 15 2015 - 18:29:08 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:58 UTC