Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src - Remove the include of Makefile.tools; this will be done el...



details:   https://anonhg.NetBSD.org/src/rev/e2e7346fdc15
branches:  trunk
changeset: 515294:e2e7346fdc15
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Sep 21 21:01:13 2001 +0000

description:
- Remove the include of Makefile.tools; this will be done elsewhere.
- Skip the "includes" phase of bin, games, libexec, regress, sbin, and usr.sbin.

diffstat:

 Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r d1b19e44afb7 -r e2e7346fdc15 Makefile
--- a/Makefile  Fri Sep 21 20:54:02 2001 +0000
+++ b/Makefile  Fri Sep 21 21:01:13 2001 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index