Deleted Added
full compact
Makefile.inc1 (156813) Makefile.inc1 (156840)
1#
1#
2# $FreeBSD: head/Makefile.inc1 156813 2006-03-17 18:54:44Z ru $
2# $FreeBSD: head/Makefile.inc1 156840 2006-03-18 14:30:23Z 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_PROFILE do not build profiled libraries
8# -DNO_SHARE do not go into share subdir
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

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

1170 @echo "To remove old libraries run '${MAKE} delete-old-libs'."
1171
1172check-old: check-old-files check-old-libs check-old-dirs
1173 @echo "To remove old files and directories run '${MAKE} delete-old'."
1174 @echo "To remove old libraries run '${MAKE} delete-old-libs'."
1175
1176.endif
1177
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_PROFILE do not build profiled libraries
8# -DNO_SHARE do not go into share subdir
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

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

1170 @echo "To remove old libraries run '${MAKE} delete-old-libs'."
1171
1172check-old: check-old-files check-old-libs check-old-dirs
1173 @echo "To remove old files and directories run '${MAKE} delete-old'."
1174 @echo "To remove old libraries run '${MAKE} delete-old-libs'."
1175
1176.endif
1177
1178#
1179# showconfig - show build configuration.
1180#
1181showconfig:
1182 @${MAKE} -n -f bsd.own.mk -V dummy -dg1 | grep ^MK_ | sort