Deleted Added
full compact
Makefile (245171) Makefile (270190)
1# $FreeBSD: head/tools/build/make_check/Makefile 245171 2013-01-08 18:37:12Z obrien $
1# $FreeBSD: head/tools/build/make_check/Makefile 270190 2014-08-20 00:33:37Z ian $
2
3.MAKE.MODE= normal
4
2
3.MAKE.MODE= normal
4
5# Failure is handled by the invoker, don't kill other legs of a parallel build.
6MAKE_JOB_ERROR_TOKEN=no
7
5# Test for broken LHS expansion.
6# This *must* cause make(1) to detect a recursive variable, and fail as such.
7.if make(lhs_expn)
8FOO= ${BAR}
9BAR${NIL}= ${FOO}
10FOO${BAR}= ${FOO}
11.endif
12

--- 296 unchanged lines hidden ---
8# Test for broken LHS expansion.
9# This *must* cause make(1) to detect a recursive variable, and fail as such.
10.if make(lhs_expn)
11FOO= ${BAR}
12BAR${NIL}= ${FOO}
13FOO${BAR}= ${FOO}
14.endif
15

--- 296 unchanged lines hidden ---