Lines Matching full:make
1 .MAKE.MODE= normal
7 # This *must* cause make(1) to detect a recursive variable, and fail as such.
8 .if make(lhs_expn)
24 SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR}
28 @${SMAKE} C_check || { ${MAKE} -C ${.CURDIR} failure ; }
61 .if make(C_check)
65 .if make(double)
66 # Doubly-defined targets. make(1) will warn, but use the "right" one. If it
76 .if make(sysvmatch)
77 # Some versions of FreeBSD make(1) do not handle a nil LHS in sysvsubst.
83 # A bogus target for the lhs_expn test; If this is reached, then the make(1)
89 .if make(notdef)
90 # make(1) claims to only evaluate a conditional as far as is necessary
98 .if make(modifiers)
100 .MAKE.EXPAND_VARIABLES= yes
108 .if make(arith_expr)
117 .if make(PATH_exists)
125 .if make(double_quotes)
133 .if make(double_quotes2)
141 .if make(pass_cmd_vars)
150 # Check that the variable definition arrived from the calling make
152 .if make(pass_cmd_vars_1)
164 .if make(pass_cmd_vars_2)
177 .if make(pass_cmd_vars_3)
178 # Check that we can override the passed variables on the next sub-make's
185 .if make(pass_cmd_vars_3_1)
193 .if make(pass_cmd_vars_4)
207 .if make(pass_cmd_vars_4_1)
216 # Test whether make supports the '+' flag (meaning: execute even with -n)
218 .if make(plus_flag)
221 .error make doesn't handle + flag
226 .if make(plus_flag_1)
231 .if make(shell)
232 # Test if make fully supports the .SHELL specification.
238 .if make(shell_1)
246 .if make(shell_1_csh)
251 .if make(shell_1_sh)
257 .if make(shell_2)
267 .if make(shell_2B)
275 .if make(shell_2j)