i370 port - constructing compile script

Richard Henderson rth@redhat.com
Wed Sep 30 17:36:00 GMT 2009


On 09/30/2009 08:00 AM, Paul Edwards wrote:
> What is the best way to go from this:
>
> Makefile:

The easy way to convert a Makefile to a shell script is "make -n".  That 
will print out all of the commands that make would run.  From there it's 
a Mere Matter of Programming to have perl (or whatever) edit that down 
into your JCL scripts.


r~



More information about the Gcc mailing list