Source-Changes-HG archive

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

[src/trunk]: src/share/mk Document OBJMACHINE_ARCH



details:   https://anonhg.NetBSD.org/src/rev/796811afe49c
branches:  trunk
changeset: 935405:796811afe49c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 02 10:22:28 2020 +0000

description:
Document OBJMACHINE_ARCH

diffstat:

 share/mk/bsd.README |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7875d938d7a7 -r 796811afe49c share/mk/bsd.README
--- a/share/mk/bsd.README       Thu Jul 02 09:44:51 2020 +0000
+++ b/share/mk/bsd.README       Thu Jul 02 10:22:28 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.408 2020/06/21 13:29:05 lukem Exp $
+#      $NetBSD: bsd.README,v 1.409 2020/07/02 10:22:28 jmcneill Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -1525,6 +1525,9 @@
                object directories or links named "obj.${MACHINE}";
                otherwise, just creates ones named "obj".
 
+OBJMACHINE_ARCH        If set with OBJMACHINE, creates object directories or
+               links named "obj.${MACHINE}-${MACHINE_ARCH}".
+
 USR_OBJMACHINE  If set, and the current directory is a subdirectory of
                ${BSDSRCDIR}, create object directory in the
                corresponding subdirectory of ${BSDOBJDIR}.${MACHINE};



Home | Main Index | Thread Index | Old Index