Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 17:53:25 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 105340 for review
Message-ID:  <200608301753.k7UHrPfg003720@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105340

Change 105340 by gonzo@gonzo_hq on 2006/08/30 17:52:53

	o Disable sysinstall/kgmon build just as arm folks did.

Affected files ...

.. //depot/projects/mips2/src/usr.sbin/Makefile#3 edit

Differences ...

==== //depot/projects/mips2/src/usr.sbin/Makefile#3 (text+ko) ====

@@ -193,7 +193,7 @@
 	zic \
 	${_zzz}
 
-.if ${MACHINE_ARCH} != "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
 _sysinstall=	sysinstall
 .endif
 
@@ -281,7 +281,7 @@
 _usbdevs=	usbdevs
 .endif
 
-.if ${MACHINE_ARCH} == "arm"
+.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
 _kgmon=		kgmon
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608301753.k7UHrPfg003720>