Kaydet (Commit) 4101fa18 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

compilerplugins: Build them in parallel.

Change-Id: Idddc9a2b76e33c7e90ca51cb2c53e0d9f34d3906
üst 2b531388
......@@ -21,7 +21,11 @@ else
ifeq ($(COM_GCC_IS_CLANG),TRUE)
include $(SRCDIR)/compilerplugins/Makefile-clang.mk
compilerplugins:
$(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins
compilerplugins-clean:
$(MAKE) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins-clean
compilerplugins.clean: compilerplugins-clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment