www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
Subject: | make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differences |
Date: | Fri, 21 Jul 2006 16:17:28 -0700 |
Message-ID: | <BA41B1D3021DDE408D7A169EC55D7BEAF5B908@us-bv-m24.global.tektronix.net> |
From: | <mark DOT l DOT millard AT exgate DOT tek DOT com> |
To: | <cygwin AT cygwin DOT com> |
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 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id k6LNHbWo005240 |
Hi. The following GNUmakefile behaves differently in the new 3.81-1 build compared to the 3.80-1 that was replaced. I did not find this subject when I looked at the recent messages. === default: C:\cygwin\bin/echo.exe "C:\cygwin\bin/echo" "Test" === 3.80-1 produces: $ make "C:\cygwin\bin/echo" "Test" Test === 3.81-1 produces: $ make GNUmakefile:1: *** target pattern contains no `%'. Stop. === Which is right for cygwin? I have a context that is now very dependent on 3.80-1's behavior. Is the context dependent on a mistake? Or is the new 3.81-1 not doing something it should? The actual GNUmakefile's use $(...) macros from environment variables that have Windows style paths. I vastly simplified the above to make the example. I simply replaced the make package with cygwin's setup.exe to go back and forth, with the rest of the environment unchanged and current according to setup.exe. Mark Millard -- 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 |