| version 1.74, 1998/12/07 01:42:34 |
version 1.75, 1998/12/12 23:44:22 |
| Line 54 build: beforeinstall |
|
| Line 54 build: beforeinstall |
|
| .if !defined(UPDATE) |
.if !defined(UPDATE) |
| ${MAKE} cleandir |
${MAKE} cleandir |
| .endif |
.endif |
| .if defined(USE_EGCS) && empty(HAVE_GCC28) |
.if empty(HAVE_GCC28) |
| .if defined(DESTDIR) |
.if defined(DESTDIR) |
| @echo "*** CAPUTE!" |
@echo "*** CAPUTE!" |
| @echo " You attempted to compile the world with egcs. You must" |
@echo " You attempted to compile the world with egcs. You must" |
| Line 73 build: beforeinstall |
|
| Line 73 build: beforeinstall |
|
| ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install) |
${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install) |
| (cd ${.CURDIR}/gnu/lib && \ |
(cd ${.CURDIR}/gnu/lib && \ |
| ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install) |
${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install) |
| .if !defined(USE_EGCS) |
|
| .if (${MACHINE_ARCH} != "alpha") && \ |
|
| (${MACHINE_ARCH} != "powerpc") |
|
| (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \ |
|
| ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install) |
|
| .endif |
|
| .endif |
|
| .if exists(domestic) && !defined(EXPORTABLE_SYSTEM) |
.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) |
| # libtelnet depends on libdes and libkrb. libkrb depends on |
# libtelnet depends on libdes and libkrb. libkrb depends on |
| # libcom_err. |
# libcom_err. |