Deleted Added
full compact
Makefile (36722) Makefile (36800)
1#
1#
2# $Id: Makefile,v 1.199 1998/06/06 04:39:41 jkoshy Exp $
2# $Id: Makefile,v 1.200 1998/06/07 10:50:28 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#

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

252 cd ${.CURDIR}/usr.bin/make; \
253 MAKEOBJDIRPREFIX=""; unset MAKEOBJDIRPREFIX; \
254 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all; \
255 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} install; \
256 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} clean \
257 )
258 @echo
259 @echo "--------------------------------------------------------------"
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#

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

252 cd ${.CURDIR}/usr.bin/make; \
253 MAKEOBJDIRPREFIX=""; unset MAKEOBJDIRPREFIX; \
254 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all; \
255 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} install; \
256 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} clean \
257 )
258 @echo
259 @echo "--------------------------------------------------------------"
260 @echo " Making mtools"
260 @echo " Making mtree"
261 @echo "--------------------------------------------------------------"
261 @echo "--------------------------------------------------------------"
262 mkdir -p ${WORLDTMP}/usr/sbin ${WORLDTMP}/mtree
262 ( \
263 cd ${.CURDIR}/usr.sbin/mtree; \
264 MAKEOBJDIRPREFIX=""; unset MAKEOBJDIRPREFIX; \
263 ( \
264 cd ${.CURDIR}/usr.sbin/mtree; \
265 MAKEOBJDIRPREFIX=""; unset MAKEOBJDIRPREFIX; \
265 ${MAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all; \
266 ${MAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} install; \
267 ${MAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} clean \
266 export MAKEOBJDIR=${WORLDTMP}/mtree; \
267 ${BMAKE} ${MK_FLAGS} all; \
268 ${BMAKE} ${MK_FLAGS} -B install clean \
268 )
269.endif
270 @echo
271 @echo "--------------------------------------------------------------"
272 @echo " Making hierarchy"
273 @echo "--------------------------------------------------------------"
274 cd ${.CURDIR}; ${BMAKE} hierarchy
275.if !defined(NOCLEAN)

--- 551 unchanged lines hidden ---
269 )
270.endif
271 @echo
272 @echo "--------------------------------------------------------------"
273 @echo " Making hierarchy"
274 @echo "--------------------------------------------------------------"
275 cd ${.CURDIR}; ${BMAKE} hierarchy
276.if !defined(NOCLEAN)

--- 551 unchanged lines hidden ---