1
0
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:
Joakim Gebart 2015-07-10 14:09:10 +02:00
parent ee8a8be09e
commit 26938059d6

View File

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