Deleted Added
full compact
Makefile (36939) Makefile (37026)
1#
1#
2# $Id: Makefile,v 1.201 1998/06/09 07:19:13 bde Exp $
2# $Id: Makefile,v 1.202 1998/06/13 02:03:36 peter 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#

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

494 cpio -dump ${DESTDIR}/usr/include/machine
495.endif
496 cd ${.CURDIR}/usr.bin/make; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
497 ${MAKE} ${MK_FLAGS} all; \
498 ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
499 cd ${.CURDIR}/usr.bin/xinstall; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
500 ${MAKE} ${MK_FLAGS} all; \
501 ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
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#

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

494 cpio -dump ${DESTDIR}/usr/include/machine
495.endif
496 cd ${.CURDIR}/usr.bin/make; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
497 ${MAKE} ${MK_FLAGS} all; \
498 ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
499 cd ${.CURDIR}/usr.bin/xinstall; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
500 ${MAKE} ${MK_FLAGS} all; \
501 ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
502 cd ${.CURDIR}/usr.bin/yacc; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
503 ${MAKE} ${MK_FLAGS} all; \
504 ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
502 cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \
503 ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
504 ${MAKE} ${MK_FLAGS} -DNOLIB all; \
505 ${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR}
506.if !defined(NOOBJDIR)
507 cd ${.CURDIR}/usr.bin/lex; ${MAKE} ${OBJDIR}
508.endif
509 cd ${.CURDIR}/usr.sbin/mtree; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \

--- 319 unchanged lines hidden ---
505 cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \
506 ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
507 ${MAKE} ${MK_FLAGS} -DNOLIB all; \
508 ${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR}
509.if !defined(NOOBJDIR)
510 cd ${.CURDIR}/usr.bin/lex; ${MAKE} ${OBJDIR}
511.endif
512 cd ${.CURDIR}/usr.sbin/mtree; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \

--- 319 unchanged lines hidden ---