Skip to content
Snippets Groups Projects
Unverified Commit a38cb6c6 authored by Juan I Carrano's avatar Juan I Carrano Committed by GitHub
Browse files

Merge pull request #10461 from cladmi/pr/make/clean_all_docker_container

Makefile.include: building in docker should be done after clean 
parents b6abbad6 135d2f7f
Branches
No related tags found
No related merge requests found
...@@ -483,7 +483,7 @@ endef ...@@ -483,7 +483,7 @@ endef
# The `clean` needs to be serialized before everything else. # The `clean` needs to be serialized before everything else.
ifneq (, $(filter clean, $(MAKECMDGOALS))) ifneq (, $(filter clean, $(MAKECMDGOALS)))
all $(BASELIBS) $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) $(BUILDDEPS): clean all $(BASELIBS) $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) $(BUILDDEPS) ..in-docker-container: clean
endif endif
.PHONY: pkg-prepare pkg-build pkg-build-% .PHONY: pkg-prepare pkg-build pkg-build-%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment