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...
This commit is contained in:
parent
f99c5e8d28
commit
1f6453b126
@ -77,12 +77,10 @@ modules-${target}:
|
|||||||
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
|
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
|
||||||
.endif
|
.endif
|
||||||
.for module in ${LOCAL_MODULES}
|
.for module in ${LOCAL_MODULES}
|
||||||
.if !empty(module)
|
|
||||||
@${ECHODIR} "===> ${module} (${target:S/^reinstall$/install/:S/^clobber$/cleandir/})"
|
@${ECHODIR} "===> ${module} (${target:S/^reinstall$/install/:S/^clobber$/cleandir/})"
|
||||||
@cd ${LOCAL_MODULES_DIR}/${module}; ${MKMODULESENV} ${MAKE} \
|
@cd ${LOCAL_MODULES_DIR}/${module}; ${MKMODULESENV} ${MAKE} \
|
||||||
DIRPRFX="${module}/" \
|
DIRPRFX="${module}/" \
|
||||||
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
|
${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
|
||||||
.endif
|
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user