Deleted Added
full compact
Makefile (36408) Makefile (36419)
1#
1#
2# $Id: Makefile,v 1.181 1998/05/26 20:12:43 sos Exp $
2# $Id: Makefile,v 1.182 1998/05/27 07:59:31 sos Exp $
3#
4# While porting to the another architecture include the bootstrap instead
5# of the normal build.
6#
7.if exists(${.CURDIR}/Makefile.${MACHINE}) && defined(BOOTSTRAP_WORLD)
8.include "${.CURDIR}/Makefile.${MACHINE}"
9.else
10#

--- 570 unchanged lines hidden (view full) ---

581 gnu/usr.bin/bison \
582 gnu/usr.bin/cc \
583 usr.bin/ar \
584 usr.bin/lex/lib \
585 usr.bin/mk_cmds \
586 usr.bin/nm \
587 usr.bin/ranlib \
588 usr.bin/strip \
3#
4# While porting to the another architecture include the bootstrap instead
5# of the normal build.
6#
7.if exists(${.CURDIR}/Makefile.${MACHINE}) && defined(BOOTSTRAP_WORLD)
8.include "${.CURDIR}/Makefile.${MACHINE}"
9.else
10#

--- 570 unchanged lines hidden (view full) ---

581 gnu/usr.bin/bison \
582 gnu/usr.bin/cc \
583 usr.bin/ar \
584 usr.bin/lex/lib \
585 usr.bin/mk_cmds \
586 usr.bin/nm \
587 usr.bin/ranlib \
588 usr.bin/strip \
589 usr.bin/objformat \
590 usr.bin/env \
591 gnu/usr.bin/binutils \
589 usr.bin/env \
590 gnu/usr.bin/binutils \
592 usr.bin/uudecode
591 usr.bin/uudecode \
592 usr.bin/objformat
593 cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
594 ${MAKE} ${MK_FLAGS} all; \
595 ${MAKE} ${MK_FLAGS} -B install; \
596 ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR}
597.endfor
598
599#
600# We have to know too much about ordering and subdirs in the lib trees:

--- 176 unchanged lines hidden ---
593 cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
594 ${MAKE} ${MK_FLAGS} all; \
595 ${MAKE} ${MK_FLAGS} -B install; \
596 ${MAKE} ${MK_FLAGS:S/-DNOPIC//} -B ${CLEANDIR} ${OBJDIR}
597.endfor
598
599#
600# We have to know too much about ordering and subdirs in the lib trees:

--- 176 unchanged lines hidden ---