| version 1.114, 2000/05/06 07:53:53 |
version 1.115, 2000/05/09 00:17:10 |
|
|
| .endif |
.endif |
| |
|
| MKOBJDIRS ?= no |
MKOBJDIRS ?= no |
| HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo |
HAVE_EGCS!= ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo |
| |
|
| .if defined(NBUILDJOBS) |
.if defined(NBUILDJOBS) |
| _J= -j${NBUILDJOBS} |
_J= -j${NBUILDJOBS} |
| Line 128 build: buildmsg beforeinstall |
|
| Line 128 build: buildmsg beforeinstall |
|
| .if ${MKOBJDIRS} != "no" |
.if ${MKOBJDIRS} != "no" |
| ${MAKE} obj |
${MAKE} obj |
| .endif |
.endif |
| .if empty(HAVE_GCC28) |
.if empty(HAVE_EGCS) |
| .if defined(DESTDIR) |
.if defined(DESTDIR) |
| @echo "*** CAPUTE!" |
@echo "*** CAPUTE!" |
| @echo " You attempted to compile the world without egcs. You must" |
@echo " You attempted to compile the world without egcs. You must" |