Deleted Added
full compact
Makefile (289248) Makefile (291777)
1#
1#
2# $FreeBSD: stable/10/Makefile 289248 2015-10-13 18:44:55Z bdrewery $
2# $FreeBSD: stable/10/Makefile 291777 2015-12-04 17:56:10Z 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

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

247
248.if !(!empty(.MAKEFLAGS:M-n) && ${.MAKEFLAGS:M-n} == "-n")
249# skip this for -n to avoid changing previous behavior of
250# 'make -n buildworld' etc. Using -n -n will run it.
251${TGTS}: .MAKE
252tinderbox toolchains kernel-toolchains: .MAKE
253.endif
254
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

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

247
248.if !(!empty(.MAKEFLAGS:M-n) && ${.MAKEFLAGS:M-n} == "-n")
249# skip this for -n to avoid changing previous behavior of
250# 'make -n buildworld' etc. Using -n -n will run it.
251${TGTS}: .MAKE
252tinderbox toolchains kernel-toolchains: .MAKE
253.endif
254
255${TGTS}:
255${TGTS}: .PHONY
256 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
257
258# The historic default "all" target creates files which may cause stale
259# or (in the cross build case) unlinkable results. Fail with an error
260# when no target is given. The users can explicitly specify "all"
261# if they want the historic behavior.
262.MAIN: _guard
263

--- 268 unchanged lines hidden ---
256 ${_+_}@cd ${.CURDIR}; ${_MAKE} ${.TARGET}
257
258# The historic default "all" target creates files which may cause stale
259# or (in the cross build case) unlinkable results. Fail with an error
260# when no target is given. The users can explicitly specify "all"
261# if they want the historic behavior.
262.MAIN: _guard
263

--- 268 unchanged lines hidden ---