| version 1.171, 2002/04/29 12:14:36 |
version 1.172, 2002/05/02 16:36:21 |
|
|
| .if defined(BUILD_DONE) |
.if defined(BUILD_DONE) |
| @echo "Build already installed into ${DESTDIR}" |
@echo "Build already installed into ${DESTDIR}" |
| .else |
.else |
| @echo -n "Build started at: " && date |
@printf "Build started at: " && date |
| .for tgt in ${BUILDTARGETS} |
.for tgt in ${BUILDTARGETS} |
| @(cd ${.CURDIR} && ${MAKE} ${_J} ${tgt}) |
@(cd ${.CURDIR} && ${MAKE} ${_J} ${tgt}) |
| .endfor |
.endfor |
| @echo -n "Build finished at: " && date |
@printf "Build finished at: " && date |
| .endif |
.endif |
| |
|
| # Build a full distribution, but not a release (i.e. no sets into |
# Build a full distribution, but not a release (i.e. no sets into |