Merge pull request #10461 from cladmi/pr/make/clean_all_docker_container
Makefile.include: building in docker should be done after clean
This commit is contained in:
commit
a38cb6c63e
@ -483,7 +483,7 @@ endef
|
||||
|
||||
# The `clean` needs to be serialized before everything else.
|
||||
ifneq (, $(filter clean, $(MAKECMDGOALS)))
|
||||
all $(BASELIBS) $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) $(BUILDDEPS): clean
|
||||
all $(BASELIBS) $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) $(BUILDDEPS) ..in-docker-container: clean
|
||||
endif
|
||||
|
||||
.PHONY: pkg-prepare pkg-build pkg-build-%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user