Module Name:    src
Committed By:   jmcneill
Date:           Thu Jul  2 10:22:28 UTC 2020

Modified Files:
        src/share/mk: bsd.README

Log Message:
Document OBJMACHINE_ARCH


To generate a diff of this commit:
cvs rdiff -u -r1.408 -r1.409 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.408 src/share/mk/bsd.README:1.409
--- src/share/mk/bsd.README:1.408	Sun Jun 21 13:29:05 2020
+++ src/share/mk/bsd.README	Thu Jul  2 10:22:28 2020
@@ -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 @@ OBJMACHINE	If this is set but MAKEOBJDIR
 		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};

Reply via email to