Allow paralllel builds for configuration steps (defer after variants resolved)

This commit is contained in:
Christophe de Dinechin 2017-11-27 18:55:15 +01:00
parent 9da269b646
commit c15ff77bf4
1 changed files with 3 additions and 1 deletions

View File

@ -169,9 +169,11 @@ endif
# Sequencing build steps and build step hooks
config: hello
config: $(VARIANTS:%=%.variant)
ifeq ($(VARIANTS),)
config: $(CONFIG:%=config.h)
config: $(NORM_CONFIG:%=$(OBJDIR)CFG_HAVE_%.mk)
config: $(VARIANTS:%=%.variant)
endif
libraries: config
libraries: $(OBJLIBS) $(OBJDLLS)
prebuild: config