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:
parent
cb8e335c29
commit
4e051f8592
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user