aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-09-04 14:32:04 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-09-04 14:32:04 +0000
commit1f6453b126bfd3510387adfb0cb099107d59d845 (patch)
tree424dabdd96469abd06f1e56e71e3e8e185003a7d
parentf99c5e8d280b1a4392841c25c4626a5d58117df9 (diff)
downloadsrc-1f6453b126bfd3510387adfb0cb099107d59d845.tar.gz
src-1f6453b126bfd3510387adfb0cb099107d59d845.zip
Back out r351799
empty does not appear to work like I thought it did and it actively breaks real LOCAL_MODULES usage, of which I have none at the moment...
Notes
Notes: svn path=/head/; revision=351816
-rw-r--r--sys/conf/kern.post.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index 09bfffad095b..ff10daf1a0a5 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -77,12 +77,10 @@ modules-${target}:
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
.endif
.for module in ${LOCAL_MODULES}
-.if !empty(module)
@${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/}
-.endif
.endfor
.endif
.endfor