| version 1.184, 2002/08/26 04:40:20 |
version 1.185, 2002/08/30 06:30:33 |
|
|
| .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" |
.if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" |
| (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist) |
(cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist) |
| .endif |
.endif |
| |
@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 |
| # in this case, the set lists will be checked before the tar files |
# in this case, the set lists will be checked before the tar files |
|
|
| 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) |
| |
@printf "make ${.TARGET} finished at: " && date |
| |
|
| # Special components of the "make build" process. |
# Special components of the "make build" process. |
| |
|