Deleted Added
full compact
Makefile.inc1 (223148) Makefile.inc1 (224776)
1#
1#
2# $FreeBSD: head/Makefile.inc1 223148 2011-06-16 12:28:37Z ru $
2# $FreeBSD: head/Makefile.inc1 224776 2011-08-11 10:29:10Z ru $
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# -DNO_SHARE do not go into share subdir
8# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

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

1009_sed= usr.bin/sed
1010.endif
1011
1012.if ${BOOTSTRAPPING} < 900006
1013_lex= usr.bin/lex
1014_yacc= usr.bin/yacc
1015.endif
1016
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# -DNO_SHARE do not go into share subdir
8# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

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

1009_sed= usr.bin/sed
1010.endif
1011
1012.if ${BOOTSTRAPPING} < 900006
1013_lex= usr.bin/lex
1014_yacc= usr.bin/yacc
1015.endif
1016
1017.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
1018_awk= usr.bin/awk
1019.endif
1020
1017.if ${BOOTSTRAPPING} < 700018
1018_gensnmptree= usr.sbin/bsnmpd/gensnmptree
1019.endif
1020
1021.if ${MK_RESCUE} != "no" && \
1022 ${BOOTSTRAPPING} < 700026
1023_crunchgen= usr.sbin/crunch/crunchgen
1024.endif

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

1047.for _tool in \
1048 ${_clang_tblgen} \
1049 ${_dtrace_tools} \
1050 ${_strfile} \
1051 ${_gperf} \
1052 ${_groff} \
1053 ${_ar} \
1054 ${_dtc} \
1021.if ${BOOTSTRAPPING} < 700018
1022_gensnmptree= usr.sbin/bsnmpd/gensnmptree
1023.endif
1024
1025.if ${MK_RESCUE} != "no" && \
1026 ${BOOTSTRAPPING} < 700026
1027_crunchgen= usr.sbin/crunch/crunchgen
1028.endif

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

1051.for _tool in \
1052 ${_clang_tblgen} \
1053 ${_dtrace_tools} \
1054 ${_strfile} \
1055 ${_gperf} \
1056 ${_groff} \
1057 ${_ar} \
1058 ${_dtc} \
1059 ${_awk} \
1055 usr.bin/lorder \
1056 usr.bin/makewhatis \
1057 ${_mklocale} \
1058 usr.bin/rpcgen \
1059 ${_sed} \
1060 ${_lex} \
1061 ${_yacc} \
1062 usr.bin/xinstall \

--- 554 unchanged lines hidden ---
1060 usr.bin/lorder \
1061 usr.bin/makewhatis \
1062 ${_mklocale} \
1063 usr.bin/rpcgen \
1064 ${_sed} \
1065 ${_lex} \
1066 ${_yacc} \
1067 usr.bin/xinstall \

--- 554 unchanged lines hidden ---