From 7306552873e2aadf0cbedcd63aa9096a6ed8e6f9 Mon Sep 17 00:00:00 2001 From: Martine Lenders <mail@martine-lenders.eu> Date: Wed, 13 Aug 2014 21:14:11 +0200 Subject: [PATCH] [SQUASH ME] make: remove debugging lines --- Makefile.buildtests | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.buildtests b/Makefile.buildtests index 8744940b45..c81c8b2c60 100644 --- a/Makefile.buildtests +++ b/Makefile.buildtests @@ -21,11 +21,8 @@ ifneq (, $(filter buildtest, $(MAKECMDGOALS))) endif BOARDS ?= $(shell find $(RIOTBOARD)/* -maxdepth 0 -type d \! -name *-common -printf '%f ') -$(warning $(BOARDS)) BOARDS := $(filter $(if $(BOARD_WHITELIST), $(BOARD_WHITELIST), %), $(BOARDS)) -$(warning $(BOARDS)) BOARDS := $(filter-out $(BOARD_BLACKLIST), $(BOARDS)) -$(warning $(BOARDS)) buildtest: @if [ -z "$${JENKINS_URL}" ] && tput colors 2>&1 > /dev/null; then \ -- GitLab