Merge pull request #4004 from jepler/fix-parallel-build-main
ports/unix: Fix parallel build problem
This commit is contained in:
commit
8c0a9a2486
@ -318,3 +318,5 @@ $(BUILD)/libaxtls.a: $(TOP)/lib/axtls/README | $(OBJ_DIRS)
|
|||||||
$(TOP)/lib/axtls/README:
|
$(TOP)/lib/axtls/README:
|
||||||
@echo "You cloned without --recursive, fetching submodules for you."
|
@echo "You cloned without --recursive, fetching submodules for you."
|
||||||
(cd $(TOP); git submodule update --init --recursive)
|
(cd $(TOP); git submodule update --init --recursive)
|
||||||
|
|
||||||
|
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h
|
||||||
|
Loading…
Reference in New Issue
Block a user