|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.144, 2001/10/29 19:48:35 | version 1.145, 2001/10/30 17:59:10 | ||
|---|---|---|---|
|
|
||
| @echo "Build already installed into ${DESTDIR}" | @echo "Build already installed into ${DESTDIR}" | ||
| .else | .else | ||
| @echo -n "Build started at: " && date | @echo -n "Build started at: " && date | ||
| @${MAKE} ${_J} ${_M} ${BUILDTARGETS} | .for tgt in ${BUILDTARGETS} | ||
| ${MAKE} ${_J} ${_M} ${tgt} | |||
| .endfor | |||
| @echo -n "Build finished at: " && date | @echo -n "Build finished at: " && date | ||
| .endif | .endif | ||