Page MenuHomeFreeBSD

D20991.diff
No OneTemporary

D20991.diff

Index: head/sys/conf/kern.post.mk
===================================================================
--- head/sys/conf/kern.post.mk
+++ head/sys/conf/kern.post.mk
@@ -61,7 +61,7 @@
# Default to installing all modules installed by ports unless overridden
# by the user.
-.if !defined(LOCAL_MODULES) && exists($LOCAL_MODULES_DIR)
+.if !defined(LOCAL_MODULES) && exists(${LOCAL_MODULES_DIR})
LOCAL_MODULES!= ls ${LOCAL_MODULES_DIR}
.endif
.endif
@@ -77,7 +77,9 @@
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
.endif
.for module in ${LOCAL_MODULES}
- cd ${LOCAL_MODULES_DIR}/${module}; ${MKMODULESENV} ${MAKE} \
+ @${ECHODIR} "===> ${module} (${target:S/^reinstall$/install/:S/^clobber$/cleandir/})"
+ @cd ${LOCAL_MODULES_DIR}/${module}; ${MKMODULESENV} ${MAKE} \
+ DIRPRFX="${module}/" \
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
.endfor
.endif

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 3:03 PM (1 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25771903
Default Alt Text
D20991.diff (893 B)

Event Timeline