Deleted Added
full compact
Makefile.inc1 (208363) Makefile.inc1 (208964)
1#
1#
2# $FreeBSD: head/Makefile.inc1 208363 2010-05-20 20:15:56Z jkim $
2# $FreeBSD: head/Makefile.inc1 208964 2010-06-09 19:57:20Z rdivacky $
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

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

951_gensnmptree= usr.sbin/bsnmpd/gensnmptree
952.endif
953
954.if ${MK_RESCUE} != "no" && \
955 ${BOOTSTRAPPING} < 700026
956_crunchgen= usr.sbin/crunch/crunchgen
957.endif
958
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

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

951_gensnmptree= usr.sbin/bsnmpd/gensnmptree
952.endif
953
954.if ${MK_RESCUE} != "no" && \
955 ${BOOTSTRAPPING} < 700026
956_crunchgen= usr.sbin/crunch/crunchgen
957.endif
958
959# XXX: There is no way to specify bootstrap tools depending on MK-flags
960# with different per-architecture default values. Always build tblgen.
961_clang_tblgen= \
962 lib/clang/libllvmsupport \
963 lib/clang/libllvmsystem \
964 usr.bin/clang/tblgen
965
959.if ${MK_CDDL} != "no"
960_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \
961 lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
962.endif
963
964bootstrap-tools:
965.for _tool in \
966.if ${MK_CDDL} != "no"
967_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \
968 lib/libdwarf cddl/usr.bin/ctfconvert cddl/usr.bin/ctfmerge
969.endif
970
971bootstrap-tools:
972.for _tool in \
973 ${_clang_tblgen} \
966 ${_dtrace_tools} \
967 ${_strfile} \
968 ${_gperf} \
969 ${_groff} \
970 ${_ar} \
971 usr.bin/lorder \
972 usr.bin/makewhatis \
973 ${_mklocale} \

--- 469 unchanged lines hidden ---
974 ${_dtrace_tools} \
975 ${_strfile} \
976 ${_gperf} \
977 ${_groff} \
978 ${_ar} \
979 usr.bin/lorder \
980 usr.bin/makewhatis \
981 ${_mklocale} \

--- 469 unchanged lines hidden ---