From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lmusm-0006ja-Ow for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:04:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lmush-0006j0-Fi for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:04:51 -0400 Received: from [199.232.76.173] (port=59388 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lmush-0006iw-9o for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:04:47 -0400 Received: from bsdimp.com ([199.45.160.85]:50174 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lmusg-0006rT-FN for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:04:46 -0400 Date: Thu, 26 Mar 2009 13:02:58 -0600 (MDT) Message-Id: <20090326.130258.-1749707056.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Remove -s flag in Makefile From: "M. Warner Losh" In-Reply-To: <49CBCE91.1030307@redhat.com> References: <20090325194902.GA19843@kos.to> <49CA8C88.7040806@us.ibm.com> <49CBCE91.1030307@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, avi@redhat.com Cc: markmc@redhat.com, riku.voipio@iki.fi In message: <49CBCE91.1030307@redhat.com> Avi Kivity writes: : Anthony Liguori wrote: : > Riku Voipio wrote: : >> On Wed, Mar 25, 2009 at 03:45:14PM -0300, Glauber Costa wrote: : >> : >>> install -s is pretty and cute, but makes the binary get into the build : >>> directory without any debug information. This is bad, and makes glommer : >>> sad. Also, tools that attempt to extract that data, like fedora : >>> debuginfo : >>> extractor, will fail. : >>> : >> : >> Fully ACK, but you'll want to fix that in Makefile.target too. : >> : > : > Does anyone object to this? I know Debian also carries a similar patch. : : If people complain, we can add a ./configure flag for it. But I doubt : anyone will notice; the floppy days are gone. But it is SOP to install stripped binaries.... I'm likely swimming against the tide on this one... Warner