svn commit: r216783 - head/sys/conf

Warner Losh imp at FreeBSD.org
Tue Dec 28 22:49:28 UTC 2010


Author: imp
Date: Tue Dec 28 22:49:28 2010
New Revision: 216783
URL: http://svn.freebsd.org/changeset/base/216783

Log:
  MIPS has lots of flavors as well

Modified:
  head/sys/conf/makeLINT.mk

Modified: head/sys/conf/makeLINT.mk
==============================================================================
--- head/sys/conf/makeLINT.mk	Tue Dec 28 22:45:29 2010	(r216782)
+++ head/sys/conf/makeLINT.mk	Tue Dec 28 22:49:28 2010	(r216783)
@@ -17,6 +17,6 @@ LINT: ${NOTES} ../../conf/makeLINT.sed
 	echo "ident ${.TARGET}-VIMAGE"	>> ${.TARGET}-VIMAGE
 	echo "options VIMAGE"		>> ${.TARGET}-VIMAGE
 .endif
-.if ${TARGET} == "powerpc"
+.if ${TARGET} == "powerpc" || ${TARGET} == "mips"
 	echo "machine	${TARGET} ${TARGET_ARCH}" >> ${.TARGET}
 .endif


More information about the svn-src-head mailing list