Allow paralllel builds for configuration steps (defer after variants resolved)
This commit is contained in:
parent
9da269b646
commit
c15ff77bf4
4
rules.mk
4
rules.mk
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue