| version 1.180, 2002/06/26 16:28:18 |
version 1.181, 2002/07/10 18:55:20 |
|
|
| # ${RELEASEDIR}). |
# ${RELEASEDIR}). |
| |
|
| distribution: |
distribution: |
| (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) |
# (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) |
| (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution) |
(cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution) |
| |
.if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" |
| |
(cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist) |
| |
.endif |
| |
|
| # Build a release or snapshot (implies "make build"). |
# Build a release or snapshot (implies "make build"). Note that |
| |
# in this case, the set lists will be checked before the tar files |
| |
# are made. |
| |
|
| release snapshot: |
release snapshot: |
| (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) |
(cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) |