28.12.2011 02:03, Dimitry Andric wrote:
.if (empty(.CURDIR:N*/usr/src/*) || empty(.CURDIR:N*/usr/obj/*))&&
!defined(NOCCACHE)
The problem is this test, it doesn't return true when you are exactly in
/usr/src. The result is that clang doesn't get built in the cross-tools
stage, and /usr/bin/clang is used instead for the rest of the world.
Oops, I messed up whole thing again. Thank you very much.
--
Sphinx of black quartz judge my vow.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"