public inbox for newlib-cvs@sourceware.org help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org> To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Support building in a different directory than the default output directory by preserving DESTDIR va Date: Mon, 17 Jul 2017 11:43:00 -0000 [thread overview] Message-ID: <20170717114307.30686.qmail@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bb12a1e587b07d3730f631a63fb2a46f811f867d commit bb12a1e587b07d3730f631a63fb2a46f811f867d Author: Tamar Christina <tamar.christina@arm.com> Date: Mon Jul 17 08:46:45 2017 +0100 Support building in a different directory than the default output directory by preserving DESTDIR value in recursive calls. Signed-off-by: Tamar Christina <tamar.christina@arm.com> Diff: --- libgloss/multi-build.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgloss/multi-build.in b/libgloss/multi-build.in index e2fd080..1403eb3 100644 --- a/libgloss/multi-build.in +++ b/libgloss/multi-build.in @@ -45,7 +45,7 @@ multi-do: LIBCXXFLAGS="$(LIBCXXFLAGS)" \ LDFLAGS="$(LDFLAGS)" \ MULTIFLAGS="" \ - DESTDIR="" \ + DESTDIR="$(DESTDIR)" \ SOURCE="${srcdir}/" \ INSTALL="$(INSTALL)" \ INSTALL_DATA="$(INSTALL_DATA)" \
reply other threads:[~2017-07-17 11:43 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170717114307.30686.qmail@sourceware.org \ --to=corinna@sourceware.org \ --cc=newlib-cvs@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: linkBe 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).