]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r238038:
authordougb <dougb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Jul 2012 22:18:49 +0000 (22:18 +0000)
committerdougb <dougb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Jul 2012 22:18:49 +0000 (22:18 +0000)
commitc7412a3e3863a7e0f8d1b112cceed1b0a5018552
tree03f860266e58873b26c5db9ad5f18d650ac72c0f
parent431829c9d1f838828685e0b6a3f260b0f9d6743f
MFC r238038:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@238040 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/kern.post.mk