NetBSD/usr.bin/make/unit-tests
sjg 16d084a837 If Parse_Error is called after curFile is invalid, set it to a dummy
to avoid seg-fault.  Also the NULL filename will cause ParseVErrorInternal
to skip trying to report file and line number info.

If CondToken is called outside the context of a .if etc, variables in
the expression being parsed will already be expanded, so allow for
an unqouted number to jump us back into the compare logic.
This allows ${${SomeNumber:U42} > 0:?True:False} to work anywhere.

Job_Finish should process postCommands if it has commands or children.
2008-10-29 15:37:08 +00:00
..
comment
cond1 If Parse_Error is called after curFile is invalid, set it to a dummy 2008-10-29 15:37:08 +00:00
dotwait
export Add the ability to .export variables to the environment. 2007-10-05 15:27:45 +00:00
export-all Add the ability to .export variables to the environment. 2007-10-05 15:27:45 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00
moderrs Remove the modterm case from moderrs, the syntax errors 2006-05-11 18:48:33 +00:00
modmatch
modmisc
modorder Add the ability to .export variables to the environment. 2007-10-05 15:27:45 +00:00
modts
modword
posix
qequals If the name passed to Var_Exists contains '$' run it through Var_Subst. 2008-03-31 00:12:21 +00:00
ternary
test.exp If Parse_Error is called after curFile is invalid, set it to a dummy 2008-10-29 15:37:08 +00:00
varcmd Do not set vars in VAR_GLOBAL context, if they have been set on the 2008-05-14 14:27:02 +00:00