Deleted Added
full compact
Makefile (17466) Makefile (17467)
1#
1#
2# $Id: Makefile,v 1.93 1996/08/03 13:00:35 jkh Exp $
2# $Id: Makefile,v 1.94 1996/08/07 13:21:43 peter Exp $
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

337# tools needed by 'make depend', as some tools are needed to generate source
338# for the dependency information to be gathered from.
339#
340bootstrap:
341 cd ${.CURDIR}/usr.bin/make && ${MAKE} depend && \
342 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
343 cd ${.CURDIR}/usr.bin/xinstall && ${MAKE} depend && \
344 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
3#
4# Make command line options:
5# -DCLOBBER will remove /usr/include
6# -DMAKE_LOCAL to add ./local to the SUBDIR list
7# -DMAKE_PORTS to add ./ports to the SUBDIR list
8# -DMAKE_EBONES to build eBones (KerberosIV)
9#
10# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir

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

337# tools needed by 'make depend', as some tools are needed to generate source
338# for the dependency information to be gathered from.
339#
340bootstrap:
341 cd ${.CURDIR}/usr.bin/make && ${MAKE} depend && \
342 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
343 cd ${.CURDIR}/usr.bin/xinstall && ${MAKE} depend && \
344 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
345 cd ${.CURDIR}/usr.bin/tsort && ${MAKE} depend && \
346 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
347 cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
345 cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
348 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
346 ${MAKE} ${MK_FLAGS} -DNOLIB all install ${CLEANDIR} ${OBJDIR}
349
350#
351# include-tools - generally the same as 'bootstrap', except that it's for
352# things that are specifically needed to generate include files.
353#
354# XXX should be merged with bootstrap, it's not worth keeeping them seperate
355#
356include-tools:

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

396 cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
397 cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
398 cd ${.CURDIR}/lib/libutil && ${MAKE} beforeinstall
399
400#
401# lib-tools - build tools to compile and install the libraries.
402#
403lib-tools:
347
348#
349# include-tools - generally the same as 'bootstrap', except that it's for
350# things that are specifically needed to generate include files.
351#
352# XXX should be merged with bootstrap, it's not worth keeeping them seperate
353#
354include-tools:

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

394 cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
395 cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
396 cd ${.CURDIR}/lib/libutil && ${MAKE} beforeinstall
397
398#
399# lib-tools - build tools to compile and install the libraries.
400#
401lib-tools:
402 cd ${.CURDIR}/usr.bin/tsort && ${MAKE} depend && \
403 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
404 cd ${.CURDIR}/gnu/usr.bin/ld && ${MAKE} depend && \
405 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
406 cd ${.CURDIR}/usr.bin/ar && ${MAKE} depend && \
407 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
408 cd ${.CURDIR}/usr.bin/ranlib && ${MAKE} depend && \
409 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
410 cd ${.CURDIR}/usr.bin/nm && ${MAKE} depend && \
411 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}

--- 72 unchanged lines hidden ---
404 cd ${.CURDIR}/gnu/usr.bin/ld && ${MAKE} depend && \
405 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
406 cd ${.CURDIR}/usr.bin/ar && ${MAKE} depend && \
407 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
408 cd ${.CURDIR}/usr.bin/ranlib && ${MAKE} depend && \
409 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
410 cd ${.CURDIR}/usr.bin/nm && ${MAKE} depend && \
411 ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}

--- 72 unchanged lines hidden ---