Deleted Added
full compact
Makefile.inc1 (237142) Makefile.inc1 (238051)
1#
1#
2# $FreeBSD: head/Makefile.inc1 237142 2012-06-15 19:42:49Z brooks $
2# $FreeBSD: head/Makefile.inc1 238051 2012-07-03 06:41:00Z obrien $
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

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

1192 ${MAKE} DIRPRFX=${_tool}/ depend; \
1193 ${MAKE} DIRPRFX=${_tool}/ all; \
1194 ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX} install
1195.endfor
1196
1197#
1198# hierarchy - ensure that all the needed directories are present
1199#
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

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

1192 ${MAKE} DIRPRFX=${_tool}/ depend; \
1193 ${MAKE} DIRPRFX=${_tool}/ all; \
1194 ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX} install
1195.endfor
1196
1197#
1198# hierarchy - ensure that all the needed directories are present
1199#
1200hierarchy:
1200hierarchy hier:
1201 cd ${.CURDIR}/etc; ${MAKE} distrib-dirs
1202
1203#
1204# libraries - build all libraries, and install them under ${DESTDIR}.
1205#
1206# The list of libraries with dependents (${_prebuild_libs}) and their
1207# interdependencies (__L) are built automatically by the
1208# ${.CURDIR}/tools/make_libdeps.sh script.

--- 479 unchanged lines hidden ---
1201 cd ${.CURDIR}/etc; ${MAKE} distrib-dirs
1202
1203#
1204# libraries - build all libraries, and install them under ${DESTDIR}.
1205#
1206# The list of libraries with dependents (${_prebuild_libs}) and their
1207# interdependencies (__L) are built automatically by the
1208# ${.CURDIR}/tools/make_libdeps.sh script.

--- 479 unchanged lines hidden ---