make help: Suggest using -j1 -k options with make syntax-check.

This lets you see all the output, not interleaved.
This commit is contained in:
Richard W.M. Jones
2013-05-24 14:16:37 +01:00
parent afd6512536
commit 42e268a2b4

View File

@@ -445,7 +445,7 @@ help:
@echo " make check-with-upstream-libvirt Test using upstream libvirt."
@echo " make check-slow Slow/long-running tests."
@echo
@echo "make syntax-check Check syntax and style problems in the code."
@echo "make syntax-check -j1 -k Check syntax and style problems in the code."
@echo "make print-subdirs Print subdirectories."
@echo
@echo "make install Install everything."