Add a new 'really-all' make target
authorIustin Pop <iustin@google.com>
Mon, 22 Oct 2012 11:46:03 +0000 (13:46 +0200)
committerIustin Pop <iustin@google.com>
Mon, 22 Oct 2012 15:19:19 +0000 (17:19 +0200)
This is used when one wants to build all binaries, including those
that are used only for testing. A handy shortcut to make sure all
binaries can be built.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

Makefile.am

index 85c38f2..3314aa2 100644 (file)
@@ -1684,6 +1684,11 @@ gitignore-check:
          exit 1; \
        fi
 
+# Target that builds all binaries (including those that are not
+# rebuilt except when running the tests)
+.PHONY: really-all
+really-all: all $(check_SCRIPTS) $(haskell_tests)
+
 # we don't need the ancient implicit rules:
 %: %,v
 %: RCS/%,v