commit | 7aa5fa1e90c1ca7038ef60591637e5267e282749 | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Thu Aug 25 16:36:16 2016 +0100 |
committer | Andres AG <andres.amayagarcia@arm.com> | Thu Aug 25 16:51:45 2016 +0100 |
tree | c15074e69eb219e7fbd3ac78285e170ebee37bef | |
parent | 4b8bc5228a8511109fd3350a9239c7a2db6585e8 [diff] [blame] |
Fix main Makefile to allow parallel builds Modify the main Makefile so that post_build target is not started in parallel with tests and programs recipe.
diff --git a/Makefile b/Makefile index 39fc342..d2fa6b8 100644 --- a/Makefile +++ b/Makefile
@@ -6,7 +6,8 @@ .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apidoc_clean -all: programs tests post_build +all: programs tests + $(MAKE) post_build no_test: programs