Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] use RUSTC_{HOST,TARGET}_NAME
@ 2018-02-13  7:21 Eric Le Bihan
  2018-02-13  7:21 ` [Buildroot] [PATCH v2 1/2] rustc: " Eric Le Bihan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Le Bihan @ 2018-02-13  7:21 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.

Also included, a clean-up of rustc/Config.in.host to make check-package even
more happy.

Eric Le Bihan (2):
  rustc: use RUSTC_{HOST,TARGET}_NAME
  rustc: fix check-package warnings

 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] 4+ messages in thread

end of thread, other threads:[~2018-02-13 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13  7:21 [Buildroot] [PATCH v2 0/2] use RUSTC_{HOST,TARGET}_NAME Eric Le Bihan
2018-02-13  7:21 ` [Buildroot] [PATCH v2 1/2] rustc: " Eric Le Bihan
2018-02-13  7:21 ` [Buildroot] [PATCH v2 2/2] rustc: fix check-package warnings Eric Le Bihan
2018-02-13 22:10 ` [Buildroot] [PATCH v2 0/2] 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