Date: Thu, 5 Jul 2007 13:20:01 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 122948 for review Message-ID: <200707051320.l65DK1nq072581@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122948 Change 122948 by rdivacky@rdivacky_witten on 2007/07/05 13:19:39 Dont mess with modules/Makefile, it works now as expected. Affected files ... .. //depot/projects/soc2007/rdivacky/linux_at/sys/modules/Makefile#6 edit Differences ... ==== //depot/projects/soc2007/rdivacky/linux_at/sys/modules/Makefile#6 (text+ko) ==== @@ -416,6 +416,7 @@ _tmpfs= tmpfs _wi= wi _xe= xe +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) _zfs= zfs .endif .if ${MACHINE} == "i386" @@ -465,6 +466,7 @@ _pmc= pmc _snc= snc .endif +.endif .if ${MACHINE_ARCH} == "amd64" _aac= aac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707051320.l65DK1nq072581>