Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Quotes needed in package/Makefile.in
@ 2007-09-29  3:48 Dimitry Golubovsky
  2007-09-29 10:05 ` Bernhard Fischer
  0 siblings, 1 reply; 8+ messages in thread
From: Dimitry Golubovsky @ 2007-09-29  3:48 UTC (permalink / raw)
  To: buildroot

Hi,

Please add quotes in package/Makefile.in, like this:

=====================================
--- package/Makefile.in.orig    2007-09-28 23:46:36.000000000 -0400
+++ package/Makefile.in 2007-09-28 23:45:23.000000000 -0400
@@ -109,7 +109,7 @@
 STRIP_STRIP_ALL:=--strip-all
 REMOVE_SECTION_COMMENT:=--remove-section=.comment
 REMOVE_SECTION_NOTE:=--remove-section=.note
-TARGET_STRIP=$(TARGET_CROSS)strip $(REMOVE_SECTION_COMMENT)
$(REMOVE_SECTION_NOTE)
+TARGET_STRIP="$(TARGET_CROSS)strip $(REMOVE_SECTION_COMMENT)
$(REMOVE_SECTION_NOTE)"
 STRIP=$(TARGET_STRIP)
 endif
 ifeq ($(BR2_STRIP_sstrip),y)

=====================================

otherwise --remove-section=.note is treated as a separate command due
to preceding whitespace.

Thank you.
-- 
Dimitry Golubovsky

Anywhere on the Web

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

end of thread, other threads:[~2007-09-29 15:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-29  3:48 [Buildroot] Quotes needed in package/Makefile.in Dimitry Golubovsky
2007-09-29 10:05 ` Bernhard Fischer
2007-09-29 12:35   ` Ivan Kuten
2007-09-29 13:53     ` Bernhard Fischer
2007-09-29 15:01       ` Ivan Kuten
2007-09-29 14:05         ` Bernhard Fischer
2007-09-29 15:15           ` Ivan Kuten
2007-09-29 14:28             ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox