| version 1.99, 1999/09/14 01:32:43 |
version 1.100, 1999/11/30 16:16:41 |
|
|
| |
|
| .include <bsd.own.mk> # for configuration variables. |
.include <bsd.own.mk> # for configuration variables. |
| |
|
| |
MKOBJDIRS ?= no |
| HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo |
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo |
| |
|
| .if defined(NBUILDJOBS) |
.if defined(NBUILDJOBS) |
| Line 100 build: beforeinstall |
|
| Line 100 build: beforeinstall |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| ${MAKE} cleandir |
${MAKE} cleandir |
| .endif |
.endif |
| |
.if ${MKOBJDIRS} != "no" |
| |
${MAKE} obj |
| |
.endif |
| .if empty(HAVE_GCC28) |
.if empty(HAVE_GCC28) |
| .if defined(DESTDIR) |
.if defined(DESTDIR) |
| @echo "*** CAPUTE!" |
@echo "*** CAPUTE!" |