X-Spam-Check-By: sourceware.org
Message-ID: <20060713003204.94258.qmail@web54209.mail.yahoo.com>
Date: Wed, 12 Jul 2006 17:32:04 -0700 (PDT)
From: Jim Lawson <jrlaim@yahoo.com>
Subject: Re: make (v. 3.81) fails -- "target pattern contains no `%'"
To: Aslam Karachiwala <akwala@gmail.com>
Cc: cygwin@cygwin.com
In-Reply-To: <1152749734.20632.ezmlm@cygwin.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> > Date: Wed, 12 Jul 2006 20:15:27 -0400
> From: "Aslam Karachiwala" <akwala@gmail.com>
> To: cygwin@cygwin.com
> Subject: make (v. 3.81) fails -- "target pattern
> contains no `%'"
> 
> cygcheck.out attached.
> 
>  The Makefiles were copied from Solaris 10, and make
> worked fine prior
> to the update yesterday (7/11/06), and it works
> fine, again, after I
> reverted back to make v. 3.80
> 
...
> 
>  The error -- target pattern contains no `%' --
> occurs at a target
> such as the following:
> 
> releaseproducts  :: $(RELEASEDIR)/$(BINIMAGE)
> 
>  --aslam
> 

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))



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
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/

