mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.buildtests: Use clean-intermediates instead of clean
This commit is contained in:
parent
ee8a8be09e
commit
26938059d6
@ -83,7 +83,7 @@ buildtest:
|
||||
BINDIRBASE=$${BINDIRBASE} \
|
||||
RIOTNOLINK=$${RIOTNOLINK} \
|
||||
RIOT_VERSION=$${RIOT_VERSION} \
|
||||
$(MAKE) clean 2>&1 >/dev/null || true; \
|
||||
$(MAKE) clean-intermediates 2>&1 >/dev/null || true; \
|
||||
done; \
|
||||
$${BUILDTESTOK}
|
||||
endif # BUILD_IN_DOCKER
|
||||
|
Loading…
Reference in New Issue
Block a user