| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <warren AT etr-usa DOT com> |
| User-Agent: | Mozilla Thunderbird 1.0.6 (Windows/20050716) |
| MIME-Version: | 1.0 |
| To: | Cygwin-L <cygwin AT cygwin DOT com> |
| Subject: | Re: make and nmake |
| References: | <20050928144623 DOT GA16935 AT john DOT intrig DOT com> |
| In-Reply-To: | <20050928144623.GA16935@john.intrig.com> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |