Displaying 1 result from an estimated 1 matches for "_subdir".
Did you mean:
subdir
2003 May 22
1
readmes
...21:12:32 2003
@@ -129,15 +129,17 @@
if [ "$$OK" = "" ]; then \
${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \
cd ${.CURDIR}/$${edir}; \
${MAKE} -B ${.TARGET:E:realinstall=install} \
DIRPRFX=${DIRPRFX}$$edir/; \
fi
-${SUBDIR}:: ${SUBDIR:S/$/.all/}
+.for _subdir in ${SUBDIR}
+${_subdir}:: ${_subdir:S/$/.all/}
+.endfor
.endif
.if !target(install)
.if !target(beforeinstall)
beforeinstall:
.endif
--
There are two types of tasks in life: those which become less urgent
as time passes, and those which become more urgent. Rotating one's
.signa...