Re: [PATCH v3] kbuild: simplify silent build (-s) detection

2017-06-05 Thread Masahiro Yamada
2017-05-19 20:42 GMT+09:00 Masahiro Yamada : > This allows to detect -s (--silent) option without checking GNU Make > version. > > As commit e36aaea28972 ("kbuild: Fix silent builds with make-4") > pointed out, GNU Make 4.x changed the way/order it presents the > command line options into MAKEFLAGS

[PATCH v3] kbuild: simplify silent build (-s) detection

2017-05-19 Thread Masahiro Yamada
This allows to detect -s (--silent) option without checking GNU Make version. As commit e36aaea28972 ("kbuild: Fix silent builds with make-4") pointed out, GNU Make 4.x changed the way/order it presents the command line options into MAKEFLAGS. In Make 3.8x, 's' is always be the first in a group o