X-Spam-Check-By: sourceware.org content-class: urn:content-classes:message Subject: RE: Why are Windows paths broken in make 3.81? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Mon, 24 Jul 2006 08:22:41 +0200 Message-ID: From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k6O6Muru012098 Larry Hall (Cygwin) wrote on Sunday, July 23, 2006 1:08 AM: > On 07/21/2006, Joachim Achtzehnter wrote: >> I just had to deal with such a messy system and the new Cygwin make >> doesn't work. Even though this collection of makefiles was initially >> written on a POSIX system it still got into trouble with DOS paths >> because some of the tools it calls to generate makefiles return >> platform-specific paths. So this works fine on a POSIX system, >> worked fine on Win2000 with the old make, but now I had to >> understand complicated sed programs to add extra platform-specific >> sed transformations to convert paths returned by other >> cross-platform tools to something the new make accepts. >> > > > Did you think about using 'cygpath' on the result instead of adding > extra platform specific transformations to your complicated sed > programs? Some useful definitions I've posted some years ago: http://www.cygwin.com/ml/cygwin/2000-06/msg01318.html :) - Jörg -- 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/