X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: make (v. 3.81) fails -- "target pattern contains no `%'" Date: Thu, 13 Jul 2006 13:12:15 +0100 Message-ID: <04bc01c6a675$93f74c80$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20060713004641.GA13699@trixie.casa.cgf.cx> 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 On 13 July 2006 01:47, Christopher Faylor wrote: > On Wed, Jul 12, 2006 at 05:32:04PM -0700, Jim Lawson wrote: >>>> Date: Wed, 12 Jul 2006 20:15:27 -0400 >>> From: "Aslam Karachiwala" >>> The error -- target pattern contains no `%' -- >>> occurs at a target >>> such as the following: >>> >>> releaseproducts :: $(RELEASEDIR)/$(BINIMAGE) >> >> I think you'll find that this is due to the dropping of support for >> Windows paths in the new (3.81) version of make. I suspect >> $(RELEASEDIR) has a ':' in it somewhere. >> >> Try something like this: >> >> RELEASEDIR:=$(shell cygpath -u $(RELEASEDIR)) > > That is an inspired guess which never would have occurred to me. I'll > bet you're right, though. That may even become a FAQ at some point. > > If this isn't the case then we'll (obviously?) need to see more of > the makefile than the one failing line. It's absolutely the case, I had the exact same problem myself when I built (re)make from source without the cygwin-specific patches. In my case I fixed it by porting the diffs from the cygwin make-3.80 source package. (I have users who require a mixed-mode make environment). cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/