Source-Changes-HG archive

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

[src/trunk]: src/share/mk Describe MACHINES.${MACHINE_CPU}. <fixme>



details:   https://anonhg.NetBSD.org/src/rev/c9fb75b1dbd4
branches:  trunk
changeset: 791850:c9fb75b1dbd4
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Dec 06 23:14:15 2013 +0000

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

diffstat:

 share/mk/bsd.README |  6 +++++-
 share/mk/bsd.own.mk |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 44ca85675aa4 -r c9fb75b1dbd4 share/mk/bsd.README
--- a/share/mk/bsd.README       Fri Dec 06 21:11:06 2013 +0000
+++ b/share/mk/bsd.README       Fri Dec 06 23:14:15 2013 +0000
@@ -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_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.
 
diff -r 44ca85675aa4 -r c9fb75b1dbd4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Dec 06 21:11:06 2013 +0000
+++ b/share/mk/bsd.own.mk       Fri Dec 06 23:14:15 2013 +0000
@@ -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.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



Home | Main Index | Thread Index | Old Index