Deleted Added
full compact
Makefile (294044) Makefile (294045)
1#
1#
2# $FreeBSD: stable/10/Makefile 294044 2016-01-14 21:58:32Z bdrewery $
2# $FreeBSD: stable/10/Makefile 294045 2016-01-14 21:59:43Z bdrewery $
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

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

198_TARGET_ARCH?= ${MACHINE_ARCH}
199
200#
201# Make sure we have an up-to-date make(1). Only world and buildworld
202# should do this as those are the initial targets used for upgrades.
203# The user can define ALWAYS_CHECK_MAKE to have this check performed
204# for all targets.
205#
3#
4# The user-driven targets are:
5#
6# universe - *Really* build *everything* (buildworld and
7# all kernels on all architectures).
8# tinderbox - Same as universe, but presents a list of failed build
9# targets and exits with an error if there were any.
10# buildworld - Rebuild *everything*, including glue to help do

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

198_TARGET_ARCH?= ${MACHINE_ARCH}
199
200#
201# Make sure we have an up-to-date make(1). Only world and buildworld
202# should do this as those are the initial targets used for upgrades.
203# The user can define ALWAYS_CHECK_MAKE to have this check performed
204# for all targets.
205#
206.if defined(ALWAYS_CHECK_MAKE)
206.if defined(ALWAYS_CHECK_MAKE) || !defined(.PARSEDIR)
207${TGTS}: upgrade_checks
208.else
209buildworld: upgrade_checks
210.endif
211
212#
213# This 'cleanworld' target is not included in TGTS, because it is not a
214# recursive target. All of the work for it is done right here. It is

--- 317 unchanged lines hidden ---
207${TGTS}: upgrade_checks
208.else
209buildworld: upgrade_checks
210.endif
211
212#
213# This 'cleanworld' target is not included in TGTS, because it is not a
214# recursive target. All of the work for it is done right here. It is

--- 317 unchanged lines hidden ---