From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen: Install unstripped version -syms version into /usr/lib/debug Date: Tue, 30 Jun 2015 15:19:16 +0100 Message-ID: <1435673956.21469.189.camel@citrix.com> References: <1435311688-7525-1-git-send-email-ian.campbell@citrix.com> <558D1FE4.9040209@citrix.com> <1435312551.32500.157.camel@citrix.com> <558D4006020000780008A260@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <558D4006020000780008A260@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Andrew Cooper , keir@xen.org, tim@xen.org, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-06-26 at 11:05 +0100, Jan Beulich wrote: > > This is used in xen/Makefile so autoconf is off the cards. So far we > > already have BOOT_DIR and EFI_DIR which are special in this way. IMHO > > adding DEBUG_DIR is fine. I don't think we will need this for tools/* > > since what should happen there is we install the unstripped things (if > > asked to do so) as usual and then the rpm/deb packaging tools will take > > care of creating the detached debug info if they care. Normal users will > > just get the stripped or unstripped versions install depending on what > > they asked for. > > +1 > > With the typos fixed Done. > Acked-by: Jan Beulich And applied having discussed the impact on osstest with Ian in the rest of the thread. Thanks, Ian.