[Buildroot] [PATCH v4 next 0/5] Improve silent builds

Fabio Porcedda fabio.porcedda at gmail.com
Mon Nov 24 13:56:57 UTC 2014


This patch set improves silent builds.

Silent builds are nice when top-level parallel make is being used to
reduce the output clutter.

The change logs are in each patch.

Best regards
Fabio Porcedda (5):
  support/download: silence git if it is a silent build
  support/download: silence svn if it is a silent build
  support/download: pass the quiet flag to the hg download helper
  support/download: pass the quiet flag to the wget download helper
  support/download: pass the quiet flag to the scp download helper

 package/pkg-download.mk | 21 +++++++++++++--------
 support/download/git    | 14 ++++++++++----
 support/download/hg     |  5 +++--
 support/download/scp    |  3 ++-
 support/download/svn    |  4 +++-
 support/download/wget   |  3 ++-
 6 files changed, 33 insertions(+), 17 deletions(-)

-- 
2.1.3



More information about the buildroot mailing list