Re: svn commit: r305170 - head/lib/atf/libatf-c

2016-09-01 Thread Brooks Davis
On Thu, Sep 01, 2016 at 11:43:48AM -0700, Ngie Cooper (yaneurabeya) wrote: > > > On Sep 1, 2016, at 09:54, Brooks Davis wrote: > > > I've run into to some problems with them on CheriBSD because the > > external compiler isn't available on the test target, but isn't listed > > as a dependency. T

Re: svn commit: r305170 - head/lib/atf/libatf-c

2016-09-01 Thread Ngie Cooper (yaneurabeya)
> On Sep 1, 2016, at 09:54, Brooks Davis wrote: ... > Are these the variables used to control the tests that try to compile > things? Yes. > I've run into to some problems with them on CheriBSD because the > external compiler isn't available on the test target, but isn't listed > as a depende

Re: svn commit: r305170 - head/lib/atf/libatf-c

2016-09-01 Thread Craig Rodrigues
On Thursday, September 1, 2016, Brooks Davis wrote: > > > Are these the variables used to control the tests that try to compile > things? > > > You need to carefully read the source code for this particular test to understand what is going on. This test compiles a binary, and then the test runs "

Re: svn commit: r305170 - head/lib/atf/libatf-c

2016-09-01 Thread Brooks Davis
On Thu, Sep 01, 2016 at 02:42:11AM +, Ngie Cooper wrote: > Author: ngie > Date: Thu Sep 1 02:42:11 2016 > New Revision: 305170 > URL: https://svnweb.freebsd.org/changeset/base/305170 > > Log: > Don't bake all of CC/CPP/CXX into CFLAGS > > Capture executable names for CC, CPP, CXX (assu

svn commit: r305170 - head/lib/atf/libatf-c

2016-08-31 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 02:42:11 2016 New Revision: 305170 URL: https://svnweb.freebsd.org/changeset/base/305170 Log: Don't bake all of CC/CPP/CXX into CFLAGS Capture executable names for CC, CPP, CXX (assumed to be the first non-CCACHE_BIN word). This change strips out all of