Skip to content
Snippets Groups Projects
Commit f1dafdb0 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files
parent 91cc4a27
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,6 @@ buildtest: ...@@ -174,7 +174,6 @@ buildtest:
RIOTBASE=$${RIOTBASE} \ RIOTBASE=$${RIOTBASE} \
RIOTBOARD=$${RIOTBOARD} \ RIOTBOARD=$${RIOTBOARD} \
RIOTCPU=$${RIOTCPU} \ RIOTCPU=$${RIOTCPU} \
CFLAGS="-w" \
$(MAKE) -B clean all 2>&1 >/dev/null) ; \ $(MAKE) -B clean all 2>&1 >/dev/null) ; \
if [ "$${?}" = "0" ]; then \ if [ "$${?}" = "0" ]; then \
$${ECHO} "$${GREEN}success$${RESET}"; \ $${ECHO} "$${GREEN}success$${RESET}"; \
......
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