diff options
author | ru <ru@FreeBSD.org> | 2003-08-30 13:33:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-08-30 13:33:41 +0000 |
commit | dfb52d2c750693ac2da425c390e7f28160a8b508 (patch) | |
tree | 5291f2c5bdbab36538a2c99c39163520b79e09cc /Makefile | |
parent | 70a2b506d0394f7e4718d8cf08ad3ccfa2112637 (diff) | |
download | FreeBSD-src-dfb52d2c750693ac2da425c390e7f28160a8b508.zip FreeBSD-src-dfb52d2c750693ac2da425c390e7f28160a8b508.tar.gz |
Cosmetics: folded BITGTS into TGTS.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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} |