]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow extra directories to be added to the build-tools target.
authorAdrian Chadd <adrian@FreeBSD.org>
Thu, 5 Jan 2012 21:50:50 +0000 (21:50 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Thu, 5 Jan 2012 21:50:50 +0000 (21:50 +0000)
commit9b428cfab60e785f482864433ba2d99c7d8e67aa
treea2c51d67f7465734324fc5f413e4c256410a190d
parent030b95d47914abb6e807519b28c62f4467b7198b
Allow extra directories to be added to the build-tools target.

Things such as "sh" require local tools to be built before
cross-compiling. This allows for extra software (that's
built via LOCAL_DIRS) to also have a build-tools target where
required.
Makefile.inc1