aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-08-30 13:33:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-08-30 13:33:41 +0000
commitb797df80b950c8dfd5ab7c2545ecec9d160fb043 (patch)
tree5291f2c5bdbab36538a2c99c39163520b79e09cc /Makefile
parentbc411549ba7db5163b478a95bb8fba0b52c21566 (diff)
downloadsrc-b797df80b950c8dfd5ab7c2545ecec9d160fb043.tar.gz
src-b797df80b950c8dfd5ab7c2545ecec9d160fb043.zip
Cosmetics: folded BITGTS into TGTS.
Notes
Notes: svn path=/head/; revision=119579
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b808c3fe378b..16ae239b4168 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \
BITGTS= files includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
+TGTS+= ${BITGTS}
.ORDER: buildworld installworld
.ORDER: buildworld distributeworld
@@ -93,7 +94,7 @@ _MAKE= PATH=${PATH} ${BINMAKE} -f Makefile.inc1
# for all targets.
#
.if defined(ALWAYS_CHECK_MAKE)
-${TGTS} ${BITGTS}: upgrade_checks
+${TGTS}: upgrade_checks
.else
buildworld: upgrade_checks
.endif
@@ -102,7 +103,7 @@ buildworld: upgrade_checks
# Handle the user-driven targets, using the source relative mk files.
#
-${TGTS} ${BITGTS}:
+${TGTS}:
@cd ${.CURDIR}; \
${_MAKE} ${.TARGET}