From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: unstable build broken again Date: Tue, 24 May 2005 15:33:57 +0100 Message-ID: <42933B55.2040308@hp.com> References: <4292EC68.8050706@hp.com> <3501f1d43780e52280ba15434c07caed@cl.cam.ac.uk> <42933345.9060304@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > > On 24 May 2005, at 14:59, Mike Wray wrote: > >>> We just checked in a few fixes to the xcutils/Makefile, but none are >>> intended to fix the above error. I don't see how make can be missing >>> xc_restore.o as a prerequisite for xc_restore: very odd. >>> >> >> I get a different error now: > > > Different error, same cause. :-) > > As I said, it's very odd (maybe a bug in some versions of make), but > anyway: I think the fix I just checked in ought to get things working > for you again. I think the problem is that the Makefile uses $(eval) - it's not in the info for my version of make, and make being the way it is it will evaluate to nothing (silently). So the expanded program template doesn't set up the dependencies and the link has no files to link. Mike