| version 1.190, 2002/11/29 23:48:37 |
version 1.191, 2002/12/02 08:23:41 |
| Line 150 includes-gnu: includes-lib |
|
| Line 150 includes-gnu: includes-lib |
|
| |
|
| # Build the system and install into DESTDIR. |
# Build the system and install into DESTDIR. |
| |
|
| |
START_TIME!= date |
| |
|
| build: |
build: |
| .if defined(BUILD_DONE) |
.if defined(BUILD_DONE) |
| @echo "Build already installed into ${DESTDIR}" |
@echo "Build already installed into ${DESTDIR}" |
| .else |
.else |
| @printf "Build started at: " && date |
@echo "Build started at: ${START_TIME}" |
| .for tgt in ${BUILDTARGETS} |
.for tgt in ${BUILDTARGETS} |
| @(cd ${.CURDIR} && ${MAKE} ${tgt}) |
@(cd ${.CURDIR} && ${MAKE} ${tgt}) |
| .endfor |
.endfor |
| |
@echo "Build started at: ${START_TIME}" |
| @printf "Build finished at: " && date |
@printf "Build finished at: " && date |
| .endif |
.endif |
| |
|