Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src Pull up revision 1.186 (via patch, requested by thorpej...
details: https://anonhg.NetBSD.org/src/rev/75b02c92ac58
branches: netbsd-1-6
changeset: 529598:75b02c92ac58
user: he <he%NetBSD.org@localhost>
date: Sat Nov 30 15:27:33 2002 +0000
description:
Pull up revision 1.186 (via patch, requested by thorpej in ticket #813):
Add a do-lib-libc target which is processed after do-lib-csu.
This ensures that the results of the libc build are available
to other lib builds (notably, llib-lc.ln).
diffstat:
Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 264e3a8f7239 -r 75b02c92ac58 Makefile
--- a/Makefile Sat Nov 30 15:24:12 2002 +0000
+++ b/Makefile Sat Nov 30 15:27:33 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175.2.2 2002/11/15 04:15:13 lukem Exp $
+# $NetBSD: Makefile,v 1.175.2.3 2002/11/30 15:27:33 he 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,7 @@
# do-distrib-dirs: creates the distribution directories.
# includes: installs include files.
# do-lib-csu: builds and installs prerequisites from lib/csu.
+# do-lib-libc: builds and installs prerequisites from lib/libc.
# do-lib: builds and installs prerequisites from lib.
# do-gnu-lib: builds and installs prerequisites from gnu/lib.
# do-build: builds and installs the entire system.
@@ -138,7 +139,7 @@
.if !defined(NOINCLUDES)
BUILDTARGETS+= includes
.endif
-BUILDTARGETS+= do-lib-csu do-lib do-gnu-lib do-build
+BUILDTARGETS+= do-lib-csu do-lib-libc do-lib do-gnu-lib do-build
# Enforce proper ordering of some rules.
@@ -191,7 +192,7 @@
(cd ${.CURDIR}/etc && ${MAKE} DESTDIR=${DESTDIR} distrib-dirs)
.endif
-.for dir in tools lib/csu lib gnu/lib
+.for dir in tools lib/csu lib/libc lib gnu/lib
do-${dir:S/\//-/}:
.for targ in dependall install
(cd ${.CURDIR}/${dir} && ${MAKE} ${targ})
Home |
Main Index |
Thread Index |
Old Index