Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk improve text describing BSDSRCDIR/BSDOBJDIR
details: https://anonhg.NetBSD.org/src/rev/ea62772e7557
branches: trunk
changeset: 480260:ea62772e7557
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sat Jan 08 01:41:13 2000 +0000
description:
improve text describing BSDSRCDIR/BSDOBJDIR
diffstat:
share/mk/bsd.README | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 7d643ff1c0aa -r ea62772e7557 share/mk/bsd.README
--- a/share/mk/bsd.README Sat Jan 08 01:37:37 2000 +0000
+++ b/share/mk/bsd.README Sat Jan 08 01:41:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.57 2000/01/06 19:09:35 drochner Exp $
+# $NetBSD: bsd.README,v 1.58 2000/01/08 01:41:13 sommerfeld Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -636,10 +636,12 @@
Object directories are not created automatically by make(1) if they
don't exist; you need to run a separate "make obj". (This will happen
during a top-level build if "MKOBJDIRS" is set to a value other than
-"no"). When the source directory is a subdirectory of ${BSDSRCDIR},
-object directories are created in a separate object directory tree,
-and a symlink to the object directory in that tree is created in the
-source directory.
+"no"). When the source directory is a subdirectory of ${BSDSRCDIR} --
+and this is determined by a simple string prefix comparison -- object
+directories are created in a separate object directory tree, and a
+symlink to the object directory in that tree is created in the source
+directory; otherwise, "make obj" assumes that you're not in the main
+source tree and that it's not safe to use a separate object tree.
Several variables used by <bsd.obj.mk> control exactly what
directories and links get created during a "make obj":
Home |
Main Index |
Thread Index |
Old Index