Source-Changes-HG archive

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

[src/trunk]: src/rescue Compare MACHINE_CPU and "mips" rather than MACHINE_AR...



details:   https://anonhg.NetBSD.org/src/rev/f9af55b69ebe
branches:  trunk
changeset: 537851:f9af55b69ebe
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Oct 06 17:19:12 2002 +0000

description:
Compare MACHINE_CPU and "mips" rather than MACHINE_ARCH and "mipseb" or
"mipsel".

diffstat:

 rescue/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r abbd044fe07d -r f9af55b69ebe rescue/Makefile
--- a/rescue/Makefile   Sun Oct 06 17:13:58 2002 +0000
+++ b/rescue/Makefile   Sun Oct 06 17:19:12 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/10/03 01:11:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2002/10/06 17:19:12 thorpej Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -29,7 +29,7 @@
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 
-.if ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel"         # {
+.if ${MACHINE_CPU} == "mips"                                           # {
 
 realall install:
        @echo "WARNING: src/rescue not built on ${MACHINE_ARCH} due to broken crunchgen"



Home | Main Index | Thread Index | Old Index