PERFORCE change 152888 for review

Sam Leffler sam at FreeBSD.org
Wed Nov 12 11:09:23 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152888

Change 152888 by sam at sam_ebb on 2008/11/12 19:09:10

	enable module building

Affected files ...

.. //depot/projects/vap/sys/conf/Makefile.arm#11 edit

Differences ...

==== //depot/projects/vap/sys/conf/Makefile.arm#11 (text+ko) ====

@@ -19,9 +19,6 @@
 # Which version of config(8) is required.
 %VERSREQ=	600004
 
-# Temporary stuff while we're still embryonic
-NO_MODULES=
-
 STD8X16FONT?=	iso
 
 .if !defined(S)
@@ -122,6 +119,8 @@
 	rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \
 	inflate-tramp.o tmphack.S
 
+MKMODULESENV+=	MACHINE=${MACHINE}
+
 %BEFORE_DEPEND
 
 %OBJS


More information about the p4-projects mailing list