Deleted Added
full compact
Makefile (30127) Makefile (30132)
1#
1#
2# $Id: Makefile,v 1.149 1997/10/05 09:34:41 jkh Exp $
2# $Id: Makefile,v 1.150 1997/10/05 15:39:47 markm Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_EBONES to build eBones (KerberosIV)
7# -DALLLANG to build documentation for all languages
8# (where available -- see share/doc/Makefile)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

213 @echo "--------------------------------------------------------------"
214 @echo " Making make"
215 @echo "--------------------------------------------------------------"
216 mkdir -p ${WORLDTMP}/usr/bin
217 cd ${.CURDIR}/usr.bin/make && \
218 ${IBMAKE} -I${.CURDIR}/share/mk -B ${CLEANDIR} ${OBJDIR} depend && \
219 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all && \
220 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_EBONES to build eBones (KerberosIV)
7# -DALLLANG to build documentation for all languages
8# (where available -- see share/doc/Makefile)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

213 @echo "--------------------------------------------------------------"
214 @echo " Making make"
215 @echo "--------------------------------------------------------------"
216 mkdir -p ${WORLDTMP}/usr/bin
217 cd ${.CURDIR}/usr.bin/make && \
218 ${IBMAKE} -I${.CURDIR}/share/mk -B ${CLEANDIR} ${OBJDIR} depend && \
219 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} all && \
220 ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \
221 -B all install clean cleandepend
221 -B install clean cleandepend
222 @echo
223 @echo "--------------------------------------------------------------"
224 @echo " Making hierarchy"
225 @echo "--------------------------------------------------------------"
226 cd ${.CURDIR} && ${BMAKE} hierarchy
227.if !defined(NOCLEAN)
228 @echo
229 @echo "--------------------------------------------------------------"

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

328.if defined(SUPFILE2)
329 @${SUP} ${SUPFLAGS} ${SUPFILE2}
330.endif
331.endif
332.if defined(CVS_UPDATE)
333 @echo "--------------------------------------------------------------"
334 @echo "Updating /usr/src from cvs repository" ${CVSROOT}
335 @echo "--------------------------------------------------------------"
222 @echo
223 @echo "--------------------------------------------------------------"
224 @echo " Making hierarchy"
225 @echo "--------------------------------------------------------------"
226 cd ${.CURDIR} && ${BMAKE} hierarchy
227.if !defined(NOCLEAN)
228 @echo
229 @echo "--------------------------------------------------------------"

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

328.if defined(SUPFILE2)
329 @${SUP} ${SUPFLAGS} ${SUPFILE2}
330.endif
331.endif
332.if defined(CVS_UPDATE)
333 @echo "--------------------------------------------------------------"
334 @echo "Updating /usr/src from cvs repository" ${CVSROOT}
335 @echo "--------------------------------------------------------------"
336 cd ${.CURDIR} && cvs -q update -P -d -r RELENG_2_2
336 cd ${.CURDIR} && cvs -q update -P -d
337.endif
338
339#
340# most
341#
342# Build most of the user binaries on the existing system libs and includes.
343#
344most:

--- 311 unchanged lines hidden ---
337.endif
338
339#
340# most
341#
342# Build most of the user binaries on the existing system libs and includes.
343#
344most:

--- 311 unchanged lines hidden ---