Deleted Added
full compact
Makefile.inc1 (250859) Makefile.inc1 (250881)
1#
1#
2# $FreeBSD: head/Makefile.inc1 250859 2013-05-21 16:58:23Z brooks $
2# $FreeBSD: head/Makefile.inc1 250881 2013-05-21 19:32:35Z jkim $
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1201.if ${BOOTSTRAPPING} < 900002
1202_sed= usr.bin/sed
1203.endif
1204
1205.if ${BOOTSTRAPPING} < 900006
1206_lex= usr.bin/lex
1207.endif
1208
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1201.if ${BOOTSTRAPPING} < 900002
1202_sed= usr.bin/sed
1203.endif
1204
1205.if ${BOOTSTRAPPING} < 900006
1206_lex= usr.bin/lex
1207.endif
1208
1209.if ${BOOTSTRAPPING} < 1000002
1210_m4= usr.bin/m4
1211.endif
1212
1209.if ${BOOTSTRAPPING} < 1000013
1210_yacc= lib/liby \
1211 usr.bin/yacc
1212.endif
1213
1214.if ${BOOTSTRAPPING} < 1000026
1215_nmtree= lib/libnetbsd \
1216 usr.sbin/nmtree

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

1278 ${_awk} \
1279 ${_cat} \
1280 usr.bin/lorder \
1281 usr.bin/makewhatis \
1282 ${_mklocale} \
1283 usr.bin/rpcgen \
1284 ${_sed} \
1285 ${_yacc} \
1213.if ${BOOTSTRAPPING} < 1000013
1214_yacc= lib/liby \
1215 usr.bin/yacc
1216.endif
1217
1218.if ${BOOTSTRAPPING} < 1000026
1219_nmtree= lib/libnetbsd \
1220 usr.sbin/nmtree

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

1282 ${_awk} \
1283 ${_cat} \
1284 usr.bin/lorder \
1285 usr.bin/makewhatis \
1286 ${_mklocale} \
1287 usr.bin/rpcgen \
1288 ${_sed} \
1289 ${_yacc} \
1290 ${_m4} \
1286 ${_lex} \
1287 lib/libmd \
1288 usr.bin/xinstall \
1289 ${_gensnmptree} \
1290 usr.sbin/config \
1291 ${_nmtree}
1292 ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
1293 cd ${.CURDIR}/${_tool}; \

--- 632 unchanged lines hidden ---
1291 ${_lex} \
1292 lib/libmd \
1293 usr.bin/xinstall \
1294 ${_gensnmptree} \
1295 usr.sbin/config \
1296 ${_nmtree}
1297 ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
1298 cd ${.CURDIR}/${_tool}; \

--- 632 unchanged lines hidden ---