Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 19:09:23 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 152888 for review
Message-ID:  <200811121909.mACJ9NpD015209@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152888

Change 152888 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811121909.mACJ9NpD015209>