1 make: "var-eval-short.mk" line 46: In the :@ modifier of "", the variable name "${FAIL}" must not contain a dollar 2 make: "var-eval-short.mk" line 46: Malformed conditional (0 && ${:Uword:@${FAIL}@expr@}) 3 CondParser_Eval: 0 && ${0:?${FAIL}then:${FAIL}else} 4 Var_Parse: ${0:?${FAIL}then:${FAIL}else} (parse-only) 5 Parsing modifier ${0:?...} 6 Var_Parse: ${FAIL}then:${FAIL}else} (parse-only) 7 Modifier part: "${FAIL}then" 8 Var_Parse: ${FAIL}else} (parse-only) 9 Modifier part: "${FAIL}else" 10 Result of ${0:?${FAIL}then:${FAIL}else} is "" (parse-only, defined) 11 Parsing line 167: DEFINED= defined 12 Global: DEFINED = defined 13 CondParser_Eval: 0 && ${DEFINED:L:?${FAIL}then:${FAIL}else} 14 Var_Parse: ${DEFINED:L:?${FAIL}then:${FAIL}else} (parse-only) 15 Parsing modifier ${DEFINED:L} 16 Result of ${DEFINED:L} is "defined" (parse-only, regular) 17 Parsing modifier ${DEFINED:?...} 18 Var_Parse: ${FAIL}then:${FAIL}else} (parse-only) 19 Modifier part: "${FAIL}then" 20 Var_Parse: ${FAIL}else} (parse-only) 21 Modifier part: "${FAIL}else" 22 Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse-only, regular) 23 Parsing line 170: .MAKEFLAGS: -d0 24 ParseDependency(.MAKEFLAGS: -d0) 25 Global: .MAKEFLAGS = -r -k -d cpv -d 26 Global: .MAKEFLAGS = -r -k -d cpv -d 0 27 make: Fatal errors encountered -- cannot continue 28 make: stopped in unit-tests 29 exit status 1 30