- Remove the include of Makefile.tools; this will be done elsewhere.

- Skip the "includes" phase of bin, games, libexec, regress, sbin, and usr.sbin.
This commit is contained in:
tv 2001-09-21 21:01:13 +00:00
parent afb7305f59
commit 96c33ddcbf

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.128 2001/08/17 15:05:50 thorpej Exp $
# $NetBSD: Makefile,v 1.129 2001/09/21 21:01:13 tv Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@ -60,10 +60,6 @@
.include <bsd.own.mk>
.if defined(USE_NEW_TOOLCHAIN)
.include "${.CURDIR}/tools/Makefile.tools"
.endif
MKOBJDIRS ?= no
.if defined(NBUILDJOBS)
@ -228,4 +224,9 @@ do-whatisdb:
release snapshot: build
(cd ${.CURDIR}/etc && ${MAKE} ${_M} INSTALL_DONE=1 release)
# Speedup stubs for some subtrees that don't need to run these rules
includes-bin includes-games includes-libexec includes-regress \
includes-sbin includes-usr.sbin:
@${TRUE}
.include <bsd.subdir.mk>