Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] PATH cleanup
@ 2013-11-11 20:59 Samuel Martin
  2013-11-11 20:59 ` [Buildroot] [PATCH 1/6] Makefile: introduce BR2_PATH Samuel Martin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Samuel Martin @ 2013-11-11 20:59 UTC (permalink / raw)
  To: buildroot

All,

Here is some cleanup about the *_PATH variables we carry in the
Buildroot infrastructure.

Note that, I'm not certain whether the last patch of this series, the
one exporting the PATH in the Buildroot environment, should be merged;
though I don't see anything against this.

Yours,
Samuel

Samuel Martin (6):
  Makefile: introduce BR2_PATH
  Makefile: add $(HOST_DIR)/sbin to BR2_PATH
  *.mk: replace (TARGET|HOST)_PATH by BR2_PATH
  infra: remove unused {TARGET,HOST}_PATH definition
  pkg-cmake.mk, pkg-autotools.mk: add PATH in the configure command
    environment
  Makefile: export PATH

 Makefile                                   |  4 ++++
 fs/ext2/ext2.mk                            |  2 +-
 package/Makefile.in                        | 12 ++++--------
 package/bustle/bustle.mk                   |  2 +-
 package/libhid/libhid.mk                   |  2 +-
 package/pkg-autotools.mk                   |  2 ++
 package/pkg-cmake.mk                       |  2 ++
 package/python-protobuf/python-protobuf.mk |  2 +-
 8 files changed, 16 insertions(+), 12 deletions(-)

--
1.8.4.2

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

end of thread, other threads:[~2014-01-02 19:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-11 20:59 [Buildroot] [PATCH 0/6] PATH cleanup Samuel Martin
2013-11-11 20:59 ` [Buildroot] [PATCH 1/6] Makefile: introduce BR2_PATH Samuel Martin
2013-11-11 20:59 ` [Buildroot] [PATCH 2/6] Makefile: add $(HOST_DIR)/sbin to BR2_PATH Samuel Martin
2013-11-11 20:59 ` [Buildroot] [PATCH 3/6] *.mk: replace (TARGET|HOST)_PATH by BR2_PATH Samuel Martin
2013-11-11 20:59 ` [Buildroot] [PATCH 4/6] infra: remove unused {TARGET, HOST}_PATH definition Samuel Martin
2013-11-11 20:59 ` [Buildroot] [PATCH 5/6] pkg-cmake.mk, pkg-autotools.mk: add PATH in the configure command environment Samuel Martin
2013-11-11 22:30   ` Thomas Petazzoni
2013-11-11 20:59 ` [Buildroot] [PATCH 6/6] Makefile: export PATH Samuel Martin
2013-11-11 22:31   ` Thomas Petazzoni
2013-11-15 20:37     ` Samuel Martin
2013-11-15 20:53       ` Yann E. MORIN
2013-11-17  7:33         ` Peter Korsgaard
2014-01-02 19:21           ` Samuel Martin

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