Searched hist:b55e8e6e0dc00b5dc9dcc344d057ab88c98df0f8 (Results 1 – 3 of 3) sorted by relevance
/freebsd/share/mk/ |
H A D | src.opts.mk | diff b55e8e6e0dc00b5dc9dcc344d057ab88c98df0f8 Wed Oct 22 05:39:11 CEST 2014 Warner Losh <imp@FreeBSD.org> My previous commit exposed an issue as it fixed a different issue. lib/atf isn't a prereq_lib, since it isn't required for other libraries to build. Remove it. The old kludge of always building it had effectively been retired. Since we don't want to build the libraries with the tests when we're bootstrapping, invent MK_TESTS_SUPPORT which normally defaults to the current MK_TESTS value, except when explicitly defined. Make lib/atf depend on it being yes. When building the libraries set MK_TESTS to no, and MK_TESTS_SUPPORT to the current value of MK_TESTS so that later stages of the build work correctly. This should fix (and does for me) people's issues with parallel builds racing between lib/atf and libexec/atf. Since lib/atf is built during the libraries phase, the race disappears.
|
/freebsd/lib/ |
H A D | Makefile | diff b55e8e6e0dc00b5dc9dcc344d057ab88c98df0f8 Wed Oct 22 05:39:11 CEST 2014 Warner Losh <imp@FreeBSD.org> My previous commit exposed an issue as it fixed a different issue. lib/atf isn't a prereq_lib, since it isn't required for other libraries to build. Remove it. The old kludge of always building it had effectively been retired. Since we don't want to build the libraries with the tests when we're bootstrapping, invent MK_TESTS_SUPPORT which normally defaults to the current MK_TESTS value, except when explicitly defined. Make lib/atf depend on it being yes. When building the libraries set MK_TESTS to no, and MK_TESTS_SUPPORT to the current value of MK_TESTS so that later stages of the build work correctly. This should fix (and does for me) people's issues with parallel builds racing between lib/atf and libexec/atf. Since lib/atf is built during the libraries phase, the race disappears.
|
/freebsd/ |
H A D | Makefile.inc1 | diff b55e8e6e0dc00b5dc9dcc344d057ab88c98df0f8 Wed Oct 22 05:39:11 CEST 2014 Warner Losh <imp@FreeBSD.org> My previous commit exposed an issue as it fixed a different issue. lib/atf isn't a prereq_lib, since it isn't required for other libraries to build. Remove it. The old kludge of always building it had effectively been retired. Since we don't want to build the libraries with the tests when we're bootstrapping, invent MK_TESTS_SUPPORT which normally defaults to the current MK_TESTS value, except when explicitly defined. Make lib/atf depend on it being yes. When building the libraries set MK_TESTS to no, and MK_TESTS_SUPPORT to the current value of MK_TESTS so that later stages of the build work correctly. This should fix (and does for me) people's issues with parallel builds racing between lib/atf and libexec/atf. Since lib/atf is built during the libraries phase, the race disappears.
|