From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: Re: Are linker scripts needed? Date: Tue, 24 May 2005 14:13:27 -0700 Message-ID: <429398F7.9070903@intel.com> References: <42917178.8080502@intel.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: > > In fact, I think it would be good to kill the configure script and have > a clean up of the Makefiles -- it's really hard to see what's going on > in them right now, and we aren't going to use all that > flexibility/genericity anyway. I reckon the Makefiles should end up a > good deal shorter and clearer. Agree that configure isn't adding much value today. The only useful thing it's doing is to detect if the build env has libvncserver and disabling VNC support if it doesn't have it. Will send a makefile patch as soon as I have one... -Arun