Deleted Added
full compact
Makefile.inc (275282) Makefile.inc (275339)
1# $FreeBSD: projects/bmake/targets/Makefile.inc 242818 2012-11-09 05:44:34Z sjg $
1# $FreeBSD: projects/bmake/targets/Makefile.inc 275339 2014-11-30 18:45:46Z sjg $
2
3.if !target(__${_this}__)
4__${_this}__:
5
6_CURDIR ?= ${.CURDIR}
7_OBJDIR ?= ${.OBJDIR}
8
2
3.if !target(__${_this}__)
4__${_this}__:
5
6_CURDIR ?= ${.CURDIR}
7_OBJDIR ?= ${.OBJDIR}
8
9.if ${RELDIR:Mpkgs/*} != "" || ${RELDIR} == "."
9.if ${RELDIR:Mtargets/*} != "" || ${RELDIR} == "."
10
10
11.if ${.MAKE.LEVEL} == 0 && ${RELDIR:Mpkgs/*} != ""
11.if ${.MAKE.LEVEL} == 0 && ${RELDIR:Mtargets/*} != ""
12.if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
13_bootstrap_dirdeps = yes
14.else
15# BUILD_AT_LEVEL0=no tells dirdeps.mk to use a sub-make for .CURDIR
16# This is useful if we need to leverage DIRDEPS
17BUILD_AT_LEVEL0 = no
18# this renders the rest harmless
19PKG_METHOD = no

--- 34 unchanged lines hidden ---
12.if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
13_bootstrap_dirdeps = yes
14.else
15# BUILD_AT_LEVEL0=no tells dirdeps.mk to use a sub-make for .CURDIR
16# This is useful if we need to leverage DIRDEPS
17BUILD_AT_LEVEL0 = no
18# this renders the rest harmless
19PKG_METHOD = no

--- 34 unchanged lines hidden ---