aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-24 16:08:13 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-24 16:08:13 +0000
commit28d2080a4bba080c2af814abaa106920bccb9a70 (patch)
tree2b02d5c98789373450bb14d1a436c671f47314c3 /Makefile
parent1737392273657f11ce69e169701aae40163be8e3 (diff)
downloadsrc-28d2080a4bba080c2af814abaa106920bccb9a70.tar.gz
src-28d2080a4bba080c2af814abaa106920bccb9a70.zip
Forgot to commit this for the `includes' -> `buildincludes',
`incsinstall' -> `installincludes' changes.
Notes
Notes: svn path=/head/; revision=97252
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0fbbd90cbd5d..087cb9f98a50 100644
--- a/Makefile
+++ b/Makefile
@@ -93,10 +93,13 @@
#
TGTS= all all-man buildkernel buildworld checkdpadd clean \
cleandepend cleandir depend distribute distributeworld everything \
- hierarchy includes incsinstall install installcheck installkernel \
+ hierarchy install installcheck installkernel \
reinstallkernel installmost installworld libraries lint maninstall \
mk most obj objlink regress rerelease tags update
+BITGTS= includes
+BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
+
.ORDER: buildworld installworld
.ORDER: buildworld distributeworld
.ORDER: buildkernel installkernel
@@ -108,7 +111,7 @@ MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# Handle the user-driven targets, using the source relative mk files.
#
-${TGTS}: upgrade_checks
+${TGTS} ${BITGTS}: upgrade_checks
@cd ${.CURDIR}; \
${MAKE} ${.TARGET}