From 26938059d604356cfb68603b3d8d7f3f8cf5611b Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Fri, 10 Jul 2015 14:09:10 +0200 Subject: [PATCH] Makefile.buildtests: Use clean-intermediates instead of clean --- Makefile.buildtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.buildtests b/Makefile.buildtests index e6d56b8b6..a205de53d 100644 --- a/Makefile.buildtests +++ b/Makefile.buildtests @@ -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