Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136911501
D20991.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
893 B
Referenced Files
None
Subscribers
None
D20991.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D20991: Fix LOCAL_MODULES and improve the make output.
Attached
Detach File
Event Timeline
Log In to Comment