Skip to content
Snippets Groups Projects
Commit 7351a74f authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

include HOME in env

parent 56187950
No related branches found
No related tags found
No related merge requests found
...@@ -103,5 +103,5 @@ debug: ...@@ -103,5 +103,5 @@ debug:
buildtest: buildtest:
@for BOARD in $$(sed -n -e 's/ifeq[^,]*,\([^)]*\))/\1/p' $(RIOTBOARD)/Makefile.base); do \ @for BOARD in $$(sed -n -e 's/ifeq[^,]*,\([^)]*\))/\1/p' $(RIOTBOARD)/Makefile.base); do \
echo -n "Building for $${BOARD} .. "; \ echo -n "Building for $${BOARD} .. "; \
env -i PATH=$${PATH} BOARD=$${BOARD} RIOTBASE=$${RIOTBASE} RIOTBOARD=$${RIOTBOARD} RIOTCPU=$${RIOTCPU} $(MAKE) -B clean all >/dev/null 2>&1 && echo "success" || echo "failed" ; \ env -i HOME=$${HOME} PATH=$${PATH} BOARD=$${BOARD} RIOTBASE=$${RIOTBASE} RIOTBOARD=$${RIOTBOARD} RIOTCPU=$${RIOTCPU} $(MAKE) -B clean all >/dev/null 2>&1 && echo "success" || echo "failed" ; \
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment