On 04/01/2014 06:41 AM, John E. Malmberg wrote:
> If you have the make variable be a MCR command, it has a space which can
> have side effects when if the resulting string is processed by other
> strings or macros.
You mentioned this already. Can you point me to an example where this
fails? Is thi
On 04/01/2014 07:19 AM, John E. Malmberg wrote:
> For some reason perl is only able to run foreign commands that are
> global DCL symbols, not local DCL symbols.
>
> In test_make.com this change is needed.
>
> $!
> $ testname = ""
> $ make :== $bin:make.exe"
> $!
> $ i = 0
> $param_loop:
> $
>
>