Garrett Cooper <yaneurab...@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. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"