Deleted Added
full compact
Makefile (16813) Makefile (16866)
1#
1#
2# $Id: Makefile,v 1.87 1996/06/27 06:00:52 peter Exp $
2# $Id: Makefile,v 1.88 1996/06/28 05:36:00 phk 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

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

115 cd ${.CURDIR} && ${MAKE} depend all install
116 cd ${.CURDIR}/share/man && ${MAKE} makedb
117.if target(post-world)
118 cd ${.CURDIR} && ${MAKE} post-world
119.endif
120 @echo "make world completed on `date`"
121
122bootstrap:
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

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

115 cd ${.CURDIR} && ${MAKE} depend all install
116 cd ${.CURDIR}/share/man && ${MAKE} makedb
117.if target(post-world)
118 cd ${.CURDIR} && ${MAKE} post-world
119.endif
120 @echo "make world completed on `date`"
121
122bootstrap:
123 cd ${.CURDIR}/usr.bin/make && ${MAKE} ${MK_FLAGS} all install
123 cd ${.CURDIR}/usr.bin/xlint && ${MAKE} ${MK_FLAGS} lint1 lint2 xlint
124 cd ${.CURDIR}/usr.bin/xlint/lint1 && ${MAKE} ${MK_FLAGS} install
125 cd ${.CURDIR}/usr.bin/xlint/lint2 && ${MAKE} ${MK_FLAGS} install
126 cd ${.CURDIR}/usr.bin/xlint/xlint && ${MAKE} ${MK_FLAGS} install
127 cd ${.CURDIR}/usr.bin/lex && ${MAKE} ${MK_FLAGS} bootstrap && \
128 ${MAKE} ${MK_FLAGS} all install
129
130reinstall: hierarchy mk includes

--- 225 unchanged lines hidden ---
124 cd ${.CURDIR}/usr.bin/xlint && ${MAKE} ${MK_FLAGS} lint1 lint2 xlint
125 cd ${.CURDIR}/usr.bin/xlint/lint1 && ${MAKE} ${MK_FLAGS} install
126 cd ${.CURDIR}/usr.bin/xlint/lint2 && ${MAKE} ${MK_FLAGS} install
127 cd ${.CURDIR}/usr.bin/xlint/xlint && ${MAKE} ${MK_FLAGS} install
128 cd ${.CURDIR}/usr.bin/lex && ${MAKE} ${MK_FLAGS} bootstrap && \
129 ${MAKE} ${MK_FLAGS} all install
130
131reinstall: hierarchy mk includes

--- 225 unchanged lines hidden ---