Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src make sure include and include/sys are populated before start...
details: https://anonhg.NetBSD.org/src/rev/c6501808bf25
branches: trunk
changeset: 481495:c6501808bf25
user: assar <assar%NetBSD.org@localhost>
date: Tue Feb 01 01:22:05 2000 +0000
description:
make sure include and include/sys are populated before starting to
make includes in lib
diffstat:
Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 26cf94ab136c -r c6501808bf25 Makefile
--- a/Makefile Tue Feb 01 00:18:29 2000 +0000
+++ b/Makefile Tue Feb 01 01:22:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 1999/12/05 22:53:53 simonb Exp $
+# $NetBSD: Makefile,v 1.105 2000/02/01 01:22:05 assar 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
@@ -48,6 +48,8 @@
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys
+includes-lib: includes-include includes-sys
+
.if exists(games)
SUBDIR+= games
.endif
Home |
Main Index |
Thread Index |
Old Index