OSDN Git Service

buildsys: fix detection of silent make
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Jan 2012 18:31:31 +0000 (13:31 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 15 Jan 2012 18:35:33 +0000 (13:35 -0500)
commit26242d9e53bcb0997000aa2a50c6c9a72f92541d
tree241687db6d6afdeee63b0d1bed651bb79ba6ce3b
parentfe19f3c5e3464b3d6c36ef1bbbc33c4e4e803cda
buildsys: fix detection of silent make

The MAKEFLAGS variable contains all the flags without the leading dash.
From the GNU make manual:
This variable is set up automatically by make to contain the flag
letters that make received. Thus, if you do ‘make -ks’ then MAKEFLAGS
gets the value ‘ks’.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makerules