qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Remove -s flag in Makefile
@ 2009-03-25 18:45 Glauber Costa
  2009-03-25 19:49 ` Riku Voipio
  2009-03-25 20:08 ` Johannes Schindelin
  0 siblings, 2 replies; 23+ messages in thread
From: Glauber Costa @ 2009-03-25 18:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: markmc, aliguori

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.

Signed-off-by: Glauber Costa <glommer@redhat.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 82fec80..859614b 100644
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,7 @@ endif
 install: all $(if $(BUILD_DOCS),install-doc)
 	mkdir -p "$(DESTDIR)$(bindir)"
 ifneq ($(TOOLS),)
-	$(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
+	$(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
 endif
 ifneq ($(BLOBS),)
 	mkdir -p "$(DESTDIR)$(datadir)"
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-04-03  9:27 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 18:45 [Qemu-devel] [PATCH] Remove -s flag in Makefile Glauber Costa
2009-03-25 19:49 ` Riku Voipio
2009-03-25 19:56   ` Anthony Liguori
2009-03-26 18:34     ` Lennart Sorensen
2009-03-26 18:50     ` Avi Kivity
2009-03-26 19:02       ` M. Warner Losh
2009-03-26 19:08         ` Lennart Sorensen
2009-03-26 19:20           ` Michael Jennings
2009-03-26 19:30           ` M. Warner Losh
2009-03-26 19:48             ` Lennart Sorensen
2009-03-26 20:07               ` M. Warner Losh
2009-03-26 21:47                 ` Lennart Sorensen
2009-03-26 21:09             ` Riku Voipio
2009-03-26 21:16               ` M. Warner Losh
2009-03-26 22:11                 ` Riku Voipio
2009-03-26 23:11                   ` M. Warner Losh
2009-03-26 21:42             ` Gerd Hoffmann
2009-03-26 21:45               ` Robert Riebisch
2009-03-26 19:19       ` Riku Voipio
2009-03-25 20:08 ` Johannes Schindelin
2009-03-25 20:26   ` M. Warner Losh
2009-03-25 20:45     ` Anthony Liguori
2009-04-03  9:27       ` Jan Marten Simons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).