1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: make use CLEAN in Makefile.include

This commit is contained in:
Kaspar Schleiser 2019-07-12 12:35:06 +02:00
parent cb8e335c29
commit 4e051f8592

View File

@ -518,9 +518,7 @@ endef
@$(COLOR_ECHO)
# The `clean` needs to be serialized before everything else.
ifneq (, $(filter clean, $(MAKECMDGOALS)))
all $(BASELIBS) $(BUILDDEPS) ..in-docker-container: clean
endif
all $(BASELIBS) $(BUILDDEPS) ..in-docker-container: | $(CLEAN)
.PHONY: pkg-prepare pkg-build pkg-build-%
pkg-prepare: