public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Joseph Myers <joseph@codesourcery.com>
To: Siddhesh Poyarekar <siddhesh@sourceware.org>
Cc: <libc-alpha@sourceware.org>
Subject: Re: [PATCH] Add target to incorporate translations from translations.org
Date: Thu, 12 Jan 2017 13:59:00 -0000	[thread overview]
Message-ID: <alpine.DEB.2.20.1701121358250.4156@digraph.polyomino.org.uk> (raw)
In-Reply-To: <1484214417-15443-1-git-send-email-siddhesh@sourceware.org>

On Thu, 12 Jan 2017, Siddhesh Poyarekar wrote:

> +# Update translations from the translation project.
> +TRANSLATIONS_URL = http://translationproject.org/latest/libc

Should preferably use https.

> +WGET = wget
> +
> +update-translations:
> +	WGET -qO- $(TRANSLATIONS_URL) | sed -n 's|.*href="\([^"]\+po\)".*|\1|p' | \
> +	  while read f; do \
> +	    WGET -O $(objdir)/$$f-tmp $(TRANSLATIONS_URL)/$$f && \

Does this actually work?  I'd expect you to need to use $(WGET) not plain 
WGET.

-- 
Joseph S. Myers
joseph@codesourcery.com

  reply	other threads:[~2017-01-12 13:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12  9:47 Siddhesh Poyarekar
2017-01-12 13:59 ` Joseph Myers [this message]
2017-01-12 14:12   ` Siddhesh Poyarekar

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=alpine.DEB.2.20.1701121358250.4156@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    --cc=siddhesh@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).