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:
Juan I Carrano 2018-12-06 15:36:25 +01:00 committed by GitHub
commit a38cb6c63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-%