From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22326 invoked by alias); 30 Sep 2009 17:24:18 -0000 Received: (qmail 22306 invoked by uid 22791); 30 Sep 2009 17:24:16 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Sep 2009 17:24:12 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8UHOB9O007527; Wed, 30 Sep 2009 13:24:11 -0400 Received: from stone.twiddle.home (vpn-240-202.phx2.redhat.com [10.3.240.202]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8UHOBBn018106; Wed, 30 Sep 2009 13:24:11 -0400 Message-ID: <4AC39435.8010902@redhat.com> Date: Wed, 30 Sep 2009 17:36:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: Paul Edwards CC: gcc@gcc.gnu.org Subject: Re: i370 port - constructing compile script References: <200909251516.n8PFGPYn014618@d12av02.megacenter.de.ibm.com> <4F1842D6879348899E3A1999066969F5@Paullaptop> In-Reply-To: <4F1842D6879348899E3A1999066969F5@Paullaptop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00642.txt.bz2 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~