84ce7c67b4
There had been two separate global variables for the .END node, and in parallel mode, only the one in jobs.c was initialized. The code in JobRun heads over to Compat_Make without calling Compat_Run first, which left the variable ENDNode uninitialized.
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
: .BEGIN '${VAR}'
|
|
--- all ---
|
|
: all '${VAR}'
|
|
: .END '${VAR}'
|
|
: .END '${VAR}' deferred
|
|
: .BEGIN 'Should not be expanded.' deferred
|
|
: all 'Should not be expanded.' deferred
|
|
exit status 0
|