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://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
content-class: | urn:content-classes:message |
MIME-Version: | 1.0 |
Subject: | RE: Cygwin make thinks a statement can be neither true nor false.... |
Date: | Mon, 19 Apr 2004 22:33:30 -0400 |
Message-ID: | <3D848382FB72E249812901444C6BDB1DE4E088@exchange.timesys.com> |
X-MS-Has-Attach: | |
X-MS-TNEF-Correlator: | |
From: | "Robb, Sam" <sam DOT robb AT timesys DOT com> |
To: | "Ross Ridge" <rridge AT csclub DOT uwaterloo DOT ca>, <cygwin AT cygwin DOT com> |
X-IsSubscribed: | yes |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id i3K2i9hU001607 |
Interesting - I'll have to go back and reread the make docs to fix this in my mind. Thanks for teaching me something new today :-) -Samrobb -----Original Message----- From: Ross Ridge [mailto:rridge AT csclub DOT uwaterloo DOT ca] Sent: Mon 4/19/2004 9:40 PM To: cygwin AT cygwin DOT com Cc: Subject: RE: Cygwin make thinks a statement can be neither true nor false.... > Possibly a bug in make, as I'd expect it to complain >about an undefined function named "error:". I would've expected it to complain about a bad substition reference, ie. it's missing an "=". > Similar constructs are also silently ignored: > > $(foo This isn't a valid make function) > $(bar Neither is this) Since "foo" and "bar" aren't functions supported by GNU Make these are just simple variable references. Eg: foo This isn't a valid make function=one bar Neither is this=two test: echo $(foo This isn't a valid make function) echo $(bar Neither is this) Ross Ridge -- l/ // Ross Ridge -- The Great HTMU [oo][oo] rridge AT csclub DOT uwaterloo DOT ca -()-/()/ http://www.csclub.uwaterloo.ca/u/rridge/ db // -- 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 |