in reply to Re: Parameters to make-invoked script
in thread Parameters to make-invoked script

Wow, then this means that... I can assume environment variables in the script and then with no change to the makefile use the format

make VAR=value

and it will work!

... goes and tests it ...

... and it works! :-)

Then my problem is solved and I need not do anything, only document it. :-)) Great, thanks.

use strict; use warnings; print "Just Another Perl Hacker\n";