Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/compat use MACHINE_ARCH for sparc & sparc64.



details:   https://anonhg.NetBSD.org/src/rev/c1597f890c35
branches:  trunk
changeset: 522036:c1597f890c35
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 10 16:25:35 2002 +0000

description:
use MACHINE_ARCH for sparc & sparc64.

diffstat:

 sys/lkm/compat/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 7531090fbdb3 -r c1597f890c35 sys/lkm/compat/Makefile
--- a/sys/lkm/compat/Makefile   Sun Feb 10 16:23:33 2002 +0000
+++ b/sys/lkm/compat/Makefile   Sun Feb 10 16:25:35 2002 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2002/02/10 15:40:32 mrg Exp $
+# $NetBSD: Makefile,v 1.17 2002/02/10 16:25:35 mrg Exp $
 
-.if (${MACHINE} == "sparc64")
+.if (${MACHINE_ARCH} == "sparc64")
 SUBDIR+=       netbsd32 sunos32 svr4 svr4_32
 .endif
 
@@ -33,7 +33,7 @@
 SUBDIR+=       ultrix
 .endif
 
-.if (${MACHINE} == "sparc")
+.if (${MACHINE_ARCH} == "sparc")
 SUBDIR+=       sunos svr4
 .endif
 



Home | Main Index | Thread Index | Old Index