Skip to content
Snippets Groups Projects
Commit 73065528 authored by Martine Lenders's avatar Martine Lenders
Browse files

[SQUASH ME] make: remove debugging lines

parent 87b68e93
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,8 @@ ifneq (, $(filter buildtest, $(MAKECMDGOALS))) ...@@ -21,11 +21,8 @@ ifneq (, $(filter buildtest, $(MAKECMDGOALS)))
endif endif
BOARDS ?= $(shell find $(RIOTBOARD)/* -maxdepth 0 -type d \! -name *-common -printf '%f ') BOARDS ?= $(shell find $(RIOTBOARD)/* -maxdepth 0 -type d \! -name *-common -printf '%f ')
$(warning $(BOARDS))
BOARDS := $(filter $(if $(BOARD_WHITELIST), $(BOARD_WHITELIST), %), $(BOARDS)) BOARDS := $(filter $(if $(BOARD_WHITELIST), $(BOARD_WHITELIST), %), $(BOARDS))
$(warning $(BOARDS))
BOARDS := $(filter-out $(BOARD_BLACKLIST), $(BOARDS)) BOARDS := $(filter-out $(BOARD_BLACKLIST), $(BOARDS))
$(warning $(BOARDS))
buildtest: buildtest:
@if [ -z "$${JENKINS_URL}" ] && tput colors 2>&1 > /dev/null; then \ @if [ -z "$${JENKINS_URL}" ] && tput colors 2>&1 > /dev/null; then \
......
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