Module Name:    src
Committed By:   matt
Date:           Fri Dec  6 23:14:15 UTC 2013

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

Log Message:
Describe MACHINES.${MACHINE_CPU}.  <fixme>
Add sparc64 to MACHINES.sparc since sparc64 can be build as sparc.


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 src/share/mk/bsd.README
cvs rdiff -u -r1.756 -r1.757 src/share/mk/bsd.own.mk

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.322 src/share/mk/bsd.README:1.323
--- src/share/mk/bsd.README:1.322	Mon Nov 11 10:24:53 2013
+++ src/share/mk/bsd.README	Fri Dec  6 23:14:15 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.README,v 1.322 2013/11/11 10:24:53 joerg Exp $
+#	$NetBSD: bsd.README,v 1.323 2013/12/06 23:14:15 matt Exp $
 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -880,6 +880,10 @@ TOOL_VGRIND		Grind nice listings of prog
 
 TOOL_ZIC		Time zone compiler.  [zic]
 
+For each possible value of MACHINE_CPU, MACHINES.${MACHINE_CPU} contain a
+list of what ports can be built for it.  This keeps those definitions in
+centralized place.
+
 <bsd.own.mk> is generally useful when building your own Makefiles so that
 they use the same default owners etc. as the rest of the tree.
 

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.756 src/share/mk/bsd.own.mk:1.757
--- src/share/mk/bsd.own.mk:1.756	Thu Dec  5 22:51:08 2013
+++ src/share/mk/bsd.own.mk	Fri Dec  6 23:14:15 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.756 2013/12/05 22:51:08 matt Exp $
+#	$NetBSD: bsd.own.mk,v 1.757 2013/12/06 23:14:15 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -502,7 +502,7 @@ MACHINES.mips=		arc cobalt algor cobalt 
 MACHINES.powerpc=	amigappc bebox evbppc ibmnws macppc mvmeppc \
 			ofppc prep rs6000 sandpoint
 MACHINES.sh3=		dreamcast evbsh3 hpcsh landisk mmeye
-MACHINES.sparc=		sparc
+MACHINES.sparc=		sparc sparc64
 MACHINES.sparc64=	sparc64
 MACHINES.vax=		vax
 MACHINES.x86_64=	amd64

Reply via email to