[Buildroot] Quotes needed in package/Makefile.in

Dimitry Golubovsky golubovsky at gmail.com
Sat Sep 29 03:48:28 UTC 2007


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



More information about the buildroot mailing list