Deleted Added
full compact
Makefile.inc1 (269744) Makefile.inc1 (270027)
1#
1#
2# $FreeBSD: head/Makefile.inc1 269744 2014-08-08 23:55:22Z rpaulo $
2# $FreeBSD: head/Makefile.inc1 270027 2014-08-15 21:22:49Z ngie $
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}

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

1234.if ${BOOTSTRAPPING} < 1000033
1235_lex= usr.bin/lex
1236.endif
1237
1238.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
1239_awk= usr.bin/awk
1240.endif
1241
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}

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

1234.if ${BOOTSTRAPPING} < 1000033
1235_lex= usr.bin/lex
1236.endif
1237
1238.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
1239_awk= usr.bin/awk
1240.endif
1241
1242.if ${MK_BSNMP} != "no" && !exists(/usr/sbin/gensnmptree)
1242.if ${MK_BSNMP} != "no"
1243_gensnmptree= usr.sbin/bsnmpd/gensnmptree
1244.endif
1245
1246# We need to build tlbgen when we're building clang either as
1247# the bootstrap compiler, or as the part of the normal build.
1248.if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_CLANG} != "no"
1249_clang_tblgen= \
1250 lib/clang/libllvmsupport \

--- 737 unchanged lines hidden ---
1243_gensnmptree= usr.sbin/bsnmpd/gensnmptree
1244.endif
1245
1246# We need to build tlbgen when we're building clang either as
1247# the bootstrap compiler, or as the part of the normal build.
1248.if ${MK_CLANG_BOOTSTRAP} != "no" || ${MK_CLANG} != "no"
1249_clang_tblgen= \
1250 lib/clang/libllvmsupport \

--- 737 unchanged lines hidden ---