| version 1.53, 1998/05/12 01:59:54 |
version 1.54, 1998/05/21 01:40:19 |
| Line 66 build: beforeinstall |
|
| Line 66 build: beforeinstall |
|
| (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE} && ${MAKE} install) |
(cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE} && ${MAKE} install) |
| (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) |
(cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) |
| (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) |
(cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) |
| |
.if (${MACHINE_ARCH} == "arm32") || \ |
| |
(${MACHINE_ARCH} == "i386") || \ |
| |
(${MACHINE_ARCH} == "mips") || \ |
| |
(${MACHINE_ARCH} == "m68k") || \ |
| |
(${MACHINE_ARCH} == "ns32k") || \ |
| |
(${MACHINE_ARCH} == "sparc") || \ |
| |
(${MACHINE_ARCH} == "vax") |
| .if defined(USE_EGCS) |
.if defined(USE_EGCS) |
| (cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc &&\ |
(cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc &&\ |
| ${MAKE} depend && ${MAKE} && ${MAKE} install) |
${MAKE} depend && ${MAKE} && ${MAKE} install) |
| .else |
.else |
| (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc &&\ |
(cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc &&\ |
| ${MAKE} depend && ${MAKE} && ${MAKE} install) |
${MAKE} depend && ${MAKE} && ${MAKE} install) |
| .endif |
.endif # USE_EGCS |
| |
.endif # MACHINE_ARCH |
| (cd ${.CURDIR}/usr.bin/lex &&\ |
(cd ${.CURDIR}/usr.bin/lex &&\ |
| ${MAKE} depend && ${MAKE} && ${MAKE} install) |
${MAKE} depend && ${MAKE} && ${MAKE} install) |
| (cd ${.CURDIR}/usr.bin/yacc && \ |
(cd ${.CURDIR}/usr.bin/yacc && \ |