X-Spam-Check-By: sourceware.org Message-Id: <6.2.3.4.2.20060821131731.0a0ad0a0@pop.nycap.rr.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 21 Aug 2006 13:26:03 -0400 To: cygwin AT cygwin DOT com From: "William A. Hoffman" Subject: Re: change in behavior of make from 3.80 to 3.81 In-Reply-To: <20060821165629.GD24551@trixie.casa.cgf.cx> References: <20060816144110 DOT GX20467 AT calimero DOT vinschen DOT de> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060816111421 DOT 0b446b60 AT pop DOT nycap DOT rr DOT com> <20060816155054 DOT GY20467 AT calimero DOT vinschen DOT de> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060816144036 DOT 09695af0 AT pop DOT nycap DOT rr DOT com> <20060816194705 DOT GB7674 AT trixie DOT casa DOT cgf DOT cx> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060816162448 DOT 09699ca0 AT pop DOT nycap DOT rr DOT com> <17635 DOT 34130 DOT 414540 DOT 228731 AT segfault DOT lan> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060816212830 DOT 096af8d0 AT pop DOT nycap DOT rr DOT com> <6 DOT 2 DOT 3 DOT 4 DOT 2 DOT 20060821122204 DOT 0a085160 AT pop DOT nycap DOT rr DOT com> <20060821165629 DOT GD24551 AT trixie DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes 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 At 12:56 PM 8/21/2006, Christopher Faylor wrote: >On Mon, Aug 21, 2006 at 12:25:58PM -0400, William A. Hoffman wrote: >>There is now an upstream patch for make with Chris's blessing. > >This does not exactly have my "blessing". I have just tried to be as >diligent as possible in making sure that the change makes sense and that >the patch is as small as possible. OK, I will rephrase, Chris has seen the patch and will not oppose its adoption into make or the next release of cygwin make. >It would behoove people for whom this change is important to test it, >though. Please do, it works for my use case and passes all the make tests, but that is about as much as was tested. The patch allows makefiles to recognize windows and Posix paths. All of the following will work: c:\foo\bar.txt and c:/foo/bar.txt and /cygdrive/c/foo/bar.txt. It is not really new functionality to the upstream make. make already had support for this, but it was not enabled when building for cygwin. It now is. -Bill -- 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/