| version 1.191, 2002/12/02 08:23:41 |
version 1.192, 2002/12/02 08:27:03 |
|
|
| .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" |
.if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" |
| (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist) |
(cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist) |
| .endif |
.endif |
| |
@echo "make ${.TARGET} started at: ${START_TIME}" |
| @printf "make ${.TARGET} finished at: " && date |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| # Build a release or snapshot (implies "make build"). Note that |
# Build a release or snapshot (implies "make build"). Note that |
|
|
| release snapshot: |
release snapshot: |
| (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) |
(cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) |
| (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release) |
(cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release) |
| |
@echo "make ${.TARGET} started at: ${START_TIME}" |
| @printf "make ${.TARGET} finished at: " && date |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| # Special components of the "make build" process. |
# Special components of the "make build" process. |