| version 1.107, 2000/02/26 17:42:53 |
version 1.108, 2000/02/29 21:54:03 |
| Line 73 regression-tests: |
|
| Line 73 regression-tests: |
|
| @(cd ${.CURDIR}/regress && ${MAKE} regress) |
@(cd ${.CURDIR}/regress && ${MAKE} regress) |
| .endif |
.endif |
| |
|
| beforeinstall: |
buildmsg: |
| .ifmake build |
|
| @echo -n "Build started at: " |
@echo -n "Build started at: " |
| @date |
@date |
| .endif |
|
| |
beforeinstall: |
| .ifndef DESTDIR |
.ifndef DESTDIR |
| (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) |
(cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) |
| .else |
.else |
|
|
| # 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. |
| |
|
| build: beforeinstall |
build: buildmsg beforeinstall |
| .if defined(FORCE_DOMESTIC) |
.if defined(FORCE_DOMESTIC) |
| @echo '*** CAPUTE!' |
@echo '*** CAPUTE!' |
| @echo ' The FORCE_DOMESTIC flag is not compatible with "make build".' |
@echo ' The FORCE_DOMESTIC flag is not compatible with "make build".' |