Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Dimitry Golubovsky <golubovsky@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Quotes needed in package/Makefile.in
Date: Fri, 28 Sep 2007 23:48:28 -0400	[thread overview]
Message-ID: <bcba51a0709282048v34a4ce24y4a984468955d54cb@mail.gmail.com> (raw)

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

             reply	other threads:[~2007-09-29  3:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-29  3:48 Dimitry Golubovsky [this message]
2007-09-29 10:05 ` [Buildroot] Quotes needed in package/Makefile.in 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bcba51a0709282048v34a4ce24y4a984468955d54cb@mail.gmail.com \
    --to=golubovsky@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox