From eca2dd2e8c152ffe8a20960b0973bbd6527a051d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 15 Dec 2012 20:15:12 +0000 Subject: [PATCH] build: Better formatting for 'make help' output. This is just whitespace changes. --- Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 56d8de899..236fe0e47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -372,22 +372,22 @@ check-with-upstream-libvirt: help: @echo - @echo "make Build everything." + @echo "make Build everything." @echo - @echo "make check Run the standard tests" - @echo "make -k check ... and display all errors at once." - @echo "make check-valgrind Run a subset of the tests under valgrind." + @echo "make check Run the standard tests" + @echo "make -k check ... and display all errors at once." + @echo "make check-valgrind Run a subset of the tests under valgrind." @echo "make check-valgrind-local-guests Test under valgrind using local guests." @echo "make check-with-appliance Test using appliance attach-method." @echo "make check-with-upstream-qemu Test using upstream qemu." @echo "make check-with-upstream-libvirt Test using upstream libvirt." - @echo "make check-slow Slow/long-running tests." - @echo "make extra-tests Same as check-* (but not 'make check')" - @echo "make syntax-check Check syntax and style problems in the code." + @echo "make check-slow Slow/long-running tests." + @echo "make extra-tests Same as check-* (but not 'make check')" + @echo "make syntax-check Check syntax and style problems in the code." @echo - @echo "make install Install everything." + @echo "make install Install everything." @echo - @echo "make clean Clean everything." + @echo "make clean Clean everything." @echo @echo "To run programs without installing:" @echo " ./run ./fish/guestfish [or any other program]"