From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmZjC-0007H2-Ik for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:29:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmZj8-0007Gq-5e for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:29:34 -0400 Received: from [199.232.76.173] (port=40771 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmZj8-0007Gn-36 for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:29:30 -0400 Received: from bsdimp.com ([199.45.160.85]:55048 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 1LmZj7-0008A0-FR for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:29:29 -0400 Date: Wed, 25 Mar 2009 14:26:21 -0600 (MDT) Message-Id: <20090325.142621.-805849625.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Remove -s flag in Makefile From: "M. Warner Losh" In-Reply-To: References: <1238006714-27209-1-git-send-email-glommer@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, Johannes.Schindelin@gmx.de Cc: markmc@redhat.com, aliguori@us.ibm.com In message: Johannes Schindelin writes: : Hi, : : On Wed, 25 Mar 2009, Glauber Costa wrote: : : > install -s is pretty and cute, but makes the binary get into the build : > directory without any debug information. : : Is it really the build directory? I wondered about the patch... : > This is bad, and makes glommer sad. Also, tools that attempt to extract : > that data, like fedora debuginfo extractor, will fail. : : Is it not common standard to install stripped binaries? If it is not, : where is it documented? It is standard. Warner