| version 1.109, 2000/03/08 00:50:05 |
version 1.110, 2000/03/11 00:10:20 |
|
|
| # as well as having the effects listed in /usr/share/mk/bsd.README. |
# as well as having the effects listed in /usr/share/mk/bsd.README. |
| # |
# |
| # Targets: |
# Targets: |
| # build: builds a full release of netbsd in DESTDIR. |
# build: builds a full release of netbsd in DESTDIR. If BUILD_DONE is |
| |
# set, this is an empty target. |
| # release: does a `make build,' and then tars up the DESTDIR files |
# release: does a `make build,' and then tars up the DESTDIR files |
| # into RELEASEDIR, in release(7) format. (See etc/Makefile for |
# into RELEASEDIR, in release(7) format. (See etc/Makefile for |
| # more information on this.) |
# more information on this.) |
|
|
| # wrt info/dir below: It's safe to move this over top of /usr/share/info/dir, |
# wrt info/dir below: It's safe to move this over top of /usr/share/info/dir, |
| # as the build will automatically remove/replace the non-pkg entries there. |
# as the build will automatically remove/replace the non-pkg entries there. |
| |
|
| |
.if defined(BUILD_DONE) |
| |
build: |
| |
@echo "Build installed into ${DESTDIR}" |
| |
.else |
| build: buildmsg beforeinstall |
build: buildmsg beforeinstall |
| .if defined(FORCE_DOMESTIC) |
.if defined(FORCE_DOMESTIC) |
| @echo '*** CAPUTE!' |
@echo '*** CAPUTE!' |
| Line 146 build: buildmsg beforeinstall |
|
| Line 151 build: buildmsg beforeinstall |
|
| ${MAKE} whatis.db |
${MAKE} whatis.db |
| @echo -n "Build finished at: " |
@echo -n "Build finished at: " |
| @date |
@date |
| |
.endif |
| |
|
| release snapshot: build |
release snapshot: build |
| (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release) |
(cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release) |