Deleted Added
full compact
Makefile.inc1 (127360) Makefile.inc1 (128189)
1#
1#
2# $FreeBSD: head/Makefile.inc1 127360 2004-03-24 08:26:22Z ru $
2# $FreeBSD: head/Makefile.inc1 128189 2004-04-13 13:42:01Z des $
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

338.if !defined(SUBDIR_OVERRIDE)
339WMAKE_TGTS+= _cross-tools
340.endif
341WMAKE_TGTS+= _includes _libraries _depend everything
342
343buildworld: ${WMAKE_TGTS}
344.ORDER: ${WMAKE_TGTS}
345
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

338.if !defined(SUBDIR_OVERRIDE)
339WMAKE_TGTS+= _cross-tools
340.endif
341WMAKE_TGTS+= _includes _libraries _depend everything
342
343buildworld: ${WMAKE_TGTS}
344.ORDER: ${WMAKE_TGTS}
345
346toolchain: ${WMAKE_TGTS:N_depend:Neverything}
346TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything}
347toolchain: ${TOOLCHAIN_TGTS}
348kernel-toolchain: ${TOOLCHAIN_TGTS:N_includes:N_libraries}
347
348#
349# Use this to add checks to installworld/installkernel targets.
350#
351SPECIAL_INSTALLCHECKS=
352
353#
354# The following install-time check will see if the installation will

--- 612 unchanged lines hidden ---
349
350#
351# Use this to add checks to installworld/installkernel targets.
352#
353SPECIAL_INSTALLCHECKS=
354
355#
356# The following install-time check will see if the installation will

--- 612 unchanged lines hidden ---