On 10/30/2015 8:30 PM, Bryan Drewery wrote: > > >> On Oct 30, 2015, at 19:18, NGie Cooper <[email protected]> wrote: >> >>> On Fri, Oct 30, 2015 at 7:07 PM, Bryan Drewery <[email protected]> wrote: >>> Author: bdrewery >>> Date: Sat Oct 31 02:07:30 2015 >>> New Revision: 290220 >>> URL: https://svnweb.freebsd.org/changeset/base/290220 >>> >>> Log: >>> Don't hide stderr when checking ${CC} --version. >>> >>> This can have important debugging information such as 'cc: not found' or >>> 'ccache: error: Could not find compiler "cc" in PATH'. >> >> Won't this spam installworld/distribution a lot? > > Not for me. > > What do you expect from stderr that is non-fatal? The only cases I've > had so far resulted in the .error triggering later due to not being able > to determine compiler type. > > Also, install depending on the compiler type is wrong. We need to > eliminate the cases where it determines SUBDIR or FILES to fix this. I'd > like to effectively set CC=false during install but can't while those > checks exist. >
Setting CC=false would cause the warnings, but that's a symptom of the larger problem I mentioned about even using bsd.compiler.mk in install. -- Regards, Bryan Drewery
signature.asc
Description: OpenPGP digital signature
