summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2014-11-14 15:55:54 +0100
committerMartin Kletzander <mkletzan@redhat.com>2014-11-14 17:13:36 +0100
commit343e53abdc7e0e2a024729df29feffd84260d7e6 (patch)
tree6645878328f48bced422fd4ec14364afd7f55c9b /cfg.mk
parent5e1af759cfa79bcfabbe43c24ec0b5c26eb3ddc1 (diff)
downloadlibvirt-343e53abdc7e0e2a024729df29feffd84260d7e6.tar.gz
bracket-spacing-check: Print out more specific error message
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 927240b83d..f188645e20 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1030,7 +1030,7 @@ endif
bracket-spacing-check:
$(AM_V_GEN)files=`$(VC_LIST) | grep '\.c$$'`; \
$(PERL) $(top_srcdir)/build-aux/bracket-spacing.pl $$files || \
- { echo '$(ME): incorrect whitespace, see HACKING for rules' 1>&2; \
+ { echo '$(ME): incorrect formatting, see HACKING for rules' 1>&2; \
exit 1; }
# sc_po_check can fail if generated files are not built first