Makefile: Remove 'quiet' variable
authorCédric Marie <cedric.marie@openmailbox.org>
Thu, 8 Oct 2015 20:03:37 +0000 (22:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Oct 2015 23:04:05 +0000 (00:04 +0100)
commit474d39a1ffad52618e2d1f0afcd527a5aadd5ec1
treef48de842f4a5da44a5e9e59b16aa3802848f3762
parent50f44d877e5246198e692ecab3579ec36779da74
Makefile: Remove 'quiet' variable

'quiet' variable is set and exported, but it is not used. We can safely
remove it.

This variable is inherited from the Makefile of the Linux kernel, and
is not used in Buildroot.

In support/scripts/mkmakefile, 'quiet' value is checked, but the test
is always true ('quiet' is never set to silent_), so the test can be
removed as well.

Signed-off-by: Cédric Marie <cedric.marie@openmailbox.org>
Reviewed-by: "James Knight" <james.d.knight@live.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile
support/scripts/mkmakefile