svn commit: r233893 - head/sys/conf
John Baldwin
jhb at FreeBSD.org
Wed Apr 4 21:31:21 UTC 2012
Author: jhb
Date: Wed Apr 4 21:31:20 2012
New Revision: 233893
URL: http://svn.freebsd.org/changeset/base/233893
Log:
Disable INET6 support in modules when building the LINT-NOINET6 kernel.
Reviewed by: bz
MFC after: 1 week
Modified:
head/sys/conf/makeLINT.mk
Modified: head/sys/conf/makeLINT.mk
==============================================================================
--- head/sys/conf/makeLINT.mk Wed Apr 4 21:19:55 2012 (r233892)
+++ head/sys/conf/makeLINT.mk Wed Apr 4 21:31:20 2012 (r233893)
@@ -23,6 +23,7 @@ LINT: ${NOTES} ../../conf/makeLINT.sed
echo "nodevice gre" >> ${.TARGET}-NOINET
echo "include ${.TARGET}" > ${.TARGET}-NOINET6
echo "ident ${.TARGET}-NOINET6" >> ${.TARGET}-NOINET6
+ echo 'makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="' >> ${.TARGET}-NOINET6
echo "nooptions INET6" >> ${.TARGET}-NOINET6
echo "include ${.TARGET}" > ${.TARGET}-NOIP
echo "ident ${.TARGET}-NOIP" >> ${.TARGET}-NOIP
More information about the svn-src-all
mailing list