From 4646801181a6e12e36352fa874089ffeb9474eb3 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Wed, 8 Jan 2014 10:15:39 -0800 Subject: Make build output quieter. Use make V=1e make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. This should fix issue #117 --- teensy/Makefile | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'teensy') diff --git a/teensy/Makefile b/teensy/Makefile index fa1ec63e8..ade9b3704 100644 --- a/teensy/Makefile +++ b/teensy/Makefile @@ -6,6 +6,7 @@ include ../py/py.mk # program for deletion RM = /bin/rm +ECHO = @echo ifeq ($(ARDUINO),) $(error Please define ARDUINO (where TeensyDuino is installed)) @@ -62,35 +63,43 @@ all2: $(BUILD) hex hex: $(BUILD)/flash.hex post_compile: $(BUILD)/flash.hex - $(TOOLS_PATH)/teensy_post_compile -file="$(basename $<)" -path="$(BUILD)" -tools="$(TOOLS_PATH)" + $(ECHO) "Preparing $@ for upload" + $(Q)$(TOOLS_PATH)/teensy_post_compile -file="$(basename $(