From 87df73edf2e00fd5111f7802b6c98b8e51714af1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 5 Mar 2010 23:13:47 +0100 Subject: Print "Entering directory" only upon "make V=1". --- examples/stm32-h103/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/stm32-h103/Makefile') diff --git a/examples/stm32-h103/Makefile b/examples/stm32-h103/Makefile index eddd0c1..ee57b65 100644 --- a/examples/stm32-h103/Makefile +++ b/examples/stm32-h103/Makefile @@ -17,12 +17,11 @@ ## along with this program. If not, see . ## -# Do not print "Entering directory ...". -MAKEFLAGS += --no-print-directory - # Be silent per default, but 'make V=1' will show all compiler calls. ifneq ($(V),1) Q := @ +# Do not print "Entering directory ...". +MAKEFLAGS += --no-print-directory endif all: miniblink fancyblink usart -- cgit v1.2.3