Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] use RUSTC_{HOST,TARGET}_NAME
@ 2018-02-11 16:58 Eric Le Bihan
  2018-02-11 16:58 ` [Buildroot] [PATCH 1/6] rustc: " Eric Le Bihan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eric Le Bihan @ 2018-02-11 16:58 UTC (permalink / raw)
  To: buildroot

As utils/check-package complains about RUST_{HOST,TARGET}_NAME in rustc
package not being compliant and as these variables are related to the Rust
compiler, it sounds sensible to rename them.

This series renames RUST_{HOST,TARGET}_NAME to RUSTC_{HOST,TARGET}_NAME in all
the packages using them, as well as in the documentation example.

Eric Le Bihan (6):
  rustc: use RUSTC_{HOST,TARGET}_NAME
  rust-bin: use RUSTC_{HOST,TARGET}_NAME
  cargo-bin: use RUSTC_{HOST,TARGET}_NAME
  rust: use RUSTC_{HOST,TARGET}_NAME
  cargo: use RUSTC_{HOST,TARGET}_NAME
  docs/manual: use RUSTC_{HOST,TARGET}_NAME in cargo howto

 docs/manual/adding-packages-cargo.txt |  4 ++--
 package/cargo-bin/cargo-bin.mk        |  2 +-
 package/cargo/cargo.mk                |  2 +-
 package/cargo/config.in               |  2 +-
 package/rust-bin/rust-bin.mk          | 14 +++++++-------
 package/rust/rust.mk                  |  4 ++--
 package/rustc/Config.in.host          |  3 +--
 package/rustc/rustc.mk                |  4 ++--
 8 files changed, 17 insertions(+), 18 deletions(-)

--
2.14.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-02-11 21:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 16:58 [Buildroot] [PATCH 0/6] use RUSTC_{HOST,TARGET}_NAME Eric Le Bihan
2018-02-11 16:58 ` [Buildroot] [PATCH 1/6] rustc: " Eric Le Bihan
2018-02-11 16:58 ` [Buildroot] [PATCH 2/6] rust-bin: " Eric Le Bihan
2018-02-11 16:58 ` [Buildroot] [PATCH 3/6] cargo-bin: " Eric Le Bihan
2018-02-11 16:58 ` [Buildroot] [PATCH 4/6] rust: " Eric Le Bihan
2018-02-11 16:58 ` [Buildroot] [PATCH 5/6] cargo: " Eric Le Bihan
2018-02-11 16:58 ` [Buildroot] [PATCH 6/6] docs/manual: use RUSTC_{HOST, TARGET}_NAME in cargo howto Eric Le Bihan
2018-02-11 21:30 ` [Buildroot] [PATCH 0/6] use RUSTC_{HOST,TARGET}_NAME Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox