|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.224, 2004/01/04 00:27:15 | version 1.225, 2004/01/04 13:30:09 | ||
|---|---|---|---|
|
|
||
| .for tgt in ${BUILDTARGETS} | .for tgt in ${BUILDTARGETS} | ||
| @(cd ${.CURDIR} && ${MAKE} ${tgt}) | @(cd ${.CURDIR} && ${MAKE} ${tgt}) | ||
| .endfor | .endfor | ||
| (cd ${.CURDIR}/etc && ${MAKE} install-release-info) | |||
| @echo "Build started at: ${START_TIME}" | @echo "Build started at: ${START_TIME}" | ||
| @printf "Build finished at: " && date | @printf "Build finished at: " && date | ||
| .endif | .endif |