e2eeea75eb
o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable checks in InitObjdir. Explicit .OBJDIR target always allows read-only directory. o More code cleanup and refactoring. o More unit tests MFC after: 1 week
16 lines
970 B
Plaintext
16 lines
970 B
Plaintext
make: "cond-func.mk" line 36: warning: Missing closing parenthesis for defined()
|
|
make: "cond-func.mk" line 36: Malformed conditional (!defined(A B))
|
|
make: "cond-func.mk" line 51: warning: Missing closing parenthesis for defined()
|
|
make: "cond-func.mk" line 51: Malformed conditional (!defined(A&B))
|
|
make: "cond-func.mk" line 54: warning: Missing closing parenthesis for defined()
|
|
make: "cond-func.mk" line 54: Malformed conditional (!defined(A|B))
|
|
make: "cond-func.mk" line 94: The empty variable is never defined.
|
|
make: "cond-func.mk" line 102: A plain function name is parsed as !empty(...).
|
|
make: "cond-func.mk" line 109: A plain function name is parsed as !empty(...).
|
|
make: "cond-func.mk" line 119: Symbols may start with a function name.
|
|
make: "cond-func.mk" line 124: Symbols may start with a function name.
|
|
make: "cond-func.mk" line 130: Malformed conditional (defined()
|
|
make: Fatal errors encountered -- cannot continue
|
|
make: stopped in unit-tests
|
|
exit status 1
|