From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Xen-changelog] merge Date: Fri, 12 Aug 2005 09:26:20 -0500 Message-ID: <42FCB18C.4030400@us.ibm.com> References: 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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Xen patchbot -unstable wrote: ># HG changeset patch ># User kaf24@firebug.cl.cam.ac.uk ># Node ID 38bee85ddeb83378eb9ba9b692cc39499d6a05d4 ># Parent f6d6d17eaeb5f04efea7f9d8f753a91ffff0479d ># Parent 1fb1877ed6d1b2ae5b130e4d3e29fc06ef58db3c >merge > >diff -r f6d6d17eaeb5 -r 38bee85ddeb8 tools/libxc/Makefile >--- a/tools/libxc/Makefile Fri Aug 12 13:06:23 2005 >+++ b/tools/libxc/Makefile Fri Aug 12 13:29:57 2005 >@@ -7,7 +7,7 @@ > MAJOR = 3.0 > MINOR = 0 > >-CC = gcc >+CC = sparse > > XEN_ROOT = ../.. > include $(XEN_ROOT)/tools/Rules.mk > > This looks like it should break the build--but it doesn't because the top level Config.mk redefines CC (which gets included by tools/Rules.mk). So should we just get rid of the CC assignment in the lower Makefiles or set CC conditionally in Config.mk? Regards, Anthony Liguori