Skip to content
Snippets Groups Projects
Unverified Commit 90d15d1f authored by José Ignacio Alamos Aste's avatar José Ignacio Alamos Aste Committed by GitHub
Browse files

Merge pull request #10235 from cladmi/pr/make/buildtest/correctly_clean

makefiles/buildtests.inc.mk: fix 'clean-intermediates' not cleaning
parents 6f9838f1 e9557a62
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ buildtest:
$(COLOR_ECHO) "$(COLOR_RED)failed!$(COLOR_RESET)" ; \
RESULT=false ; \
fi ; \
$(MAKE) clean-intermediates >/dev/null 2>&1 || true; \
BOARD=$${board} $(MAKE) clean-intermediates >/dev/null 2>&1 || true; \
fi; \
done ; \
$${RESULT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment