Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <433AB208.9000208@etr-usa.com> Date: Wed, 28 Sep 2005 09:08:56 -0600 From: Warren Young User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) MIME-Version: 1.0 To: Cygwin-L Subject: Re: make and nmake References: <20050928144623 DOT GA16935 AT john DOT intrig DOT 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/