Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <433AB208.9000208@etr-usa.com>
Date: Wed, 28 Sep 2005 09:08:56 -0600
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: make and nmake
References: <20050928144623.GA16935@john.intrig.com>
In-Reply-To: <20050928144623.GA16935@john.intrig.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Mark Beckwith wrote:
> 
> dll: NMakefile
>     $(shell nmake /f NMakefile)

Why do you need to use $(shell)?  You can call an external program 
directly from within a build rule.  $(shell) is for instances where you 
need to capture the output of an external program into a variable, or 
something like that.

This is really a topic for the GNU make mailing list.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

