X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differences Date: Fri, 21 Jul 2006 16:58:16 -0700 Message-ID: in-reply-to: <20060721232400.GA12675@trixie.casa.cgf.cx> From: To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k6LNwOSq008175 Hi. Thanks. Sorry I did not manage to look in all the right places first. Mark -----Original Message----- From: Christopher Faylor [mailto:cgf-no-personal-reply-please AT cygwin DOT com] Sent: Friday, July 21, 2006 4:24 PM To: cygwin AT cygwin DOT com Subject: Re: make 3.81-1 vs. 3.80-1 and C:\... style dependency handling differences On Fri, Jul 21, 2006 at 04:17:28PM -0700, mark DOT l DOT millard AT exgate DOT tek DOT com wrote: >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. I think you need to look at the release announcement for the new make. It no longer supports MS-DOS path names. http://cygwin.com/ml/cygwin-announce/2006-07/msg00008.html cgf -- 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/