| version 1.152, 2001/11/12 23:16:17 |
version 1.153, 2001/11/13 03:17:12 |
|
|
| .else |
.else |
| @echo -n "Build started at: " && date |
@echo -n "Build started at: " && date |
| .for tgt in ${BUILDTARGETS} |
.for tgt in ${BUILDTARGETS} |
| ${MAKE} ${_J} ${tgt} |
(cd ${.CURDIR} && ${MAKE} ${_J} ${tgt}) |
| .endfor |
.endfor |
| @echo -n "Build finished at: " && date |
@echo -n "Build finished at: " && date |
| .endif |
.endif |
| Line 160 do-${dir:S/\//-/}: |
|
| Line 160 do-${dir:S/\//-/}: |
|
| .endfor |
.endfor |
| |
|
| do-build: |
do-build: |
| ${MAKE} ${_J} dependall |
(cd ${.CURDIR} && ${MAKE} ${_J} dependall) |
| ${MAKE} ${_J} install |
(cd ${.CURDIR} && ${MAKE} ${_J} install) |
| |
|
| # Speedup stubs for some subtrees that don't need to run these rules. |
# Speedup stubs for some subtrees that don't need to run these rules. |
| # (Tells <bsd.subdir.mk> not to recurse for them.) |
# (Tells <bsd.subdir.mk> not to recurse for them.) |