Searched hist:"1 e8e2a9d7d7323029fb3aa9e230563583212839e" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/conf/ |
H A D | kern.post.mk | diff 1e8e2a9d7d7323029fb3aa9e230563583212839e Tue Jul 03 00:14:58 CEST 2012 Doug Barton <dougb@FreeBSD.org> Unfortunately the change in r237958 resulted in s/install/instclean/ due to the aggressive pattern matching of the :C modifier. I tested build and install in 2 phases, however with different solutions, resulting in the breakage. Mea culpa.
The solution is to break out the all: target. This causes a few lines of code duplication, but now the all: target works as it should, and the other targets continue to work as they did before.
While I'm here, add a ===> header line to the start of each port build to make it easier to find/more clear in the logs.
|