]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add WERROR to Makefile for disabling -Werror
authorPekka Enberg <penberg@kernel.org>
Wed, 8 Jun 2011 14:29:12 +0000 (17:29 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 8 Jun 2011 14:29:12 +0000 (17:29 +0300)
commit44e60daf75d8a62501f853c485d923a328d8b30d
tree74bea4b04855252a6ec704217b2f4c7b5f0d42c1
parentbce9819831ee19e54c0198aecdf5941854568679
kvm tools: Add WERROR to Makefile for disabling -Werror

This patch adds a WERROR variable to Makefile that can be used as follows:

  make WERROR=0

to disable '-Werror' while building. This is useful while doing 'git bisect',
for example.

Suggested-by: Ingo Molnar <mingo@elte.hu>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile