From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: honour --libdir when it is passed to ./configure Date: Wed, 20 Jun 2012 17:51:08 +0100 Message-ID: <1340211068.4906.80.camel@zakaz.uk.xensource.com> References: <0a592e08ac31b3934372.1340153217@kaos-source-31003.sea31.amazon.com> <4FE18F05.8030309@citrix.com> <20120620164413.GB2640@US-SEA-R8XVZTX> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120620164413.GB2640@US-SEA-R8XVZTX> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matt Wilson Cc: "xen-devel@lists.xen.org" , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org > > > diff -r 32034d1914a6 -r 0a592e08ac31 config/SunOS.mk > > > --- a/config/SunOS.mk Thu Jun 07 19:46:57 2012 +0100 > > > +++ b/config/SunOS.mk Wed Jun 20 00:40:15 2012 +0000 > > > @@ -24,7 +24,6 @@ BINDIR = $(PREFIX)/bin > > > INCLUDEDIR = $(PREFIX)/include > > > LIBLEAFDIR = lib > > > LIBLEAFDIR_x86_64 = lib/amd64 > > > -LIBDIR = $(PREFIX)/$(LIBLEAFDIR) > > > LIBDIR_x86_64 = $(PREFIX)/$(LIBLEAFDIR_x86_64) > > > MANDIR = $(PREFIX)/share/man > > > MAN1DIR = $(MANDIR)/man1 > > > > Can we clean this a little bit more, and remove LIBDIR_x86_32, > > LIBLEAFDIR_x86_64, LIBDIR_x86_64, LIBDIR_x86_32 and LIBLEAFDIR? > > I was thinking that too, but was a little worried about expectations > on Solaris. Maybe I souldn't. I'm sure that Solaris doesn't work already, feel free to break it. We should probably just nuke all these vestigial Solaris bits in 4.3... Ian.