Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit branch/next] DOWNLOAD_WGET: use -O instead of -P to set output file
Date: Tue, 14 Feb 2012 17:01:10 +0100	[thread overview]
Message-ID: <87sjidv1yx.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <CAM+bi4uo_s_xMy-XVfNhSBwwm70jMxmz5UXB71fbV+=pROYdNQ@mail.gmail.com> (Alvaro Gamez's message of "Tue, 14 Feb 2012 16:55:22 +0100")

>>>>> "Alvaro" == Alvaro Gamez <alvaro.gamez@hazent.com> writes:

 Alvaro> Maybe it's possible to escape them?
 Alvaro> TOOLCHAIN_EXTERNAL_SITE="http://git.xilinx.com/?p=xldk/microblaze_v2.0.git\;a=
 Alvaro> blob;f="

Yes, or use single quotes (') instead of double quotes (").

 >> ? ? ? ?test -e $(DL_DIR)/$(2) || \
 >> - ? ? ? $(WGET) -P $(DL_DIR) $(call qstrip,$(1))/$(2)
 >> + ? ? ? $(WGET) -O $(DL_DIR)/$(2) $(call qstrip,$(1))/$(2)

We should probably change it to:

$(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))/$(2)'

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-02-14 16:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14 11:07 [Buildroot] [git commit branch/next] DOWNLOAD_WGET: use -O instead of -P to set output file Peter Korsgaard
2012-02-14 15:53 ` Spenser Gilliland
2012-02-14 15:55   ` Alvaro Gamez
2012-02-14 16:01     ` Peter Korsgaard [this message]
2012-02-14 16:14       ` Spenser Gilliland
2012-02-14 16:30         ` Peter Korsgaard
2012-02-14 17:54           ` Spenser Gilliland
2012-02-14 22:33             ` Peter Korsgaard
2012-02-14 22:59             ` Arnout Vandecappelle

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=87sjidv1yx.fsf@macbook.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --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