mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] MAKEALL: fixes and refactorings
@ 2015-02-03 10:14 Masahiro Yamada
  2015-02-03 10:14 ` [PATCH 1/5] MAKEALL: check the return code of "make" rather than "printf" Masahiro Yamada
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Masahiro Yamada @ 2015-02-03 10:14 UTC (permalink / raw)
  To: barebox




Masahiro Yamada (5):
  MAKEALL: check the return code of "make" rather than "printf"
  MAKEALL: remove false positive error check
  MAKEALL: use $(...) instead of `...` for readability
  MAKEALL: do not pass meaningless -C option to make
  MAKEALL: consolidate -j{JOBS} option

 MAKEALL | 42 +++++++++++++++++++-----------------------
 1 file changed, 19 insertions(+), 23 deletions(-)

-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-02-04 11:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-03 10:14 [PATCH 0/5] MAKEALL: fixes and refactorings Masahiro Yamada
2015-02-03 10:14 ` [PATCH 1/5] MAKEALL: check the return code of "make" rather than "printf" Masahiro Yamada
2015-02-03 10:14 ` [PATCH 2/5] MAKEALL: remove false positive error check Masahiro Yamada
2015-02-03 10:14 ` [PATCH 3/5] MAKEALL: use $(...) instead of `...` for readability Masahiro Yamada
2015-02-03 10:14 ` [PATCH 4/5] MAKEALL: do not pass unneeded -C option to make Masahiro Yamada
2015-02-03 10:14 ` [PATCH 5/5] MAKEALL: consolidate -j${JOBS} argument Masahiro Yamada
2015-02-04 11:51 ` [PATCH 0/5] MAKEALL: fixes and refactorings Sascha Hauer

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