svn commit: r304956 - head/sys/modules

Bjoern A. Zeeb bz at FreeBSD.org
Sun Aug 28 12:05:35 UTC 2016


Author: bz
Date: Sun Aug 28 12:05:34 2016
New Revision: 304956
URL: https://svnweb.freebsd.org/changeset/base/304956

Log:
  Back out r304907, Ed had fixed it apparently earlier in the cloudabi*
  subdirectories.
  
  Reported by:	np

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Aug 28 11:58:15 2016	(r304955)
+++ head/sys/modules/Makefile	Sun Aug 28 12:05:34 2016	(r304956)
@@ -766,7 +766,7 @@ _epic=		epic
 _igb=		igb
 .endif
 
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE} == "i386"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
 _cloudabi32=	cloudabi32
 .endif
 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"


More information about the svn-src-all mailing list