Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src don't descend into gnu
details: https://anonhg.NetBSD.org/src/rev/4dddb4138069
branches: trunk
changeset: 352812:4dddb4138069
user: christos <christos%NetBSD.org@localhost>
date: Tue Apr 11 14:04:15 2017 +0000
description:
don't descend into gnu
diffstat:
Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r a591135ccc74 -r 4dddb4138069 Makefile
--- a/Makefile Tue Apr 11 13:55:54 2017 +0000
+++ b/Makefile Tue Apr 11 14:04:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.317 2016/01/14 02:51:25 christos Exp $
+# $NetBSD: Makefile,v 1.318 2017/04/11 14:04:15 christos Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -136,7 +136,7 @@
# _SUBDIR is used to set SUBDIR, after removing directories that have
# BUILD_${dir}=no, or that have no ${dir}/Makefile.
#
-_SUBDIR= tools lib include gnu external crypto/external bin games
+_SUBDIR= tools lib include external crypto/external bin games
_SUBDIR+= libexec sbin usr.bin
_SUBDIR+= usr.sbin share sys etc tests compat
_SUBDIR+= .WAIT rescue .WAIT distrib regress
@@ -249,7 +249,6 @@
.ORDER: ${BUILDTARGETS}
includes-lib: .PHONY includes-include includes-sys
-includes-gnu: .PHONY includes-lib
#
# Record the values of variables that might affect the build.
Home |
Main Index |
Thread Index |
Old Index