aboutsummaryrefslogtreecommitdiff
path: root/examples/mb525/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2010-03-05 23:13:47 +0100
committerUwe Hermann2010-03-05 23:13:47 +0100
commit87df73edf2e00fd5111f7802b6c98b8e51714af1 (patch)
tree5dbb6d6d5aa2e26cb75d1eba260b7d384eeec2a0 /examples/mb525/Makefile
parent2c8ae015d01095fce4bd164951eaf35bb234022b (diff)
Print "Entering directory" only upon "make V=1".
Diffstat (limited to 'examples/mb525/Makefile')
-rw-r--r--examples/mb525/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/mb525/Makefile b/examples/mb525/Makefile
index 9d708e3..19d5047 100644
--- a/examples/mb525/Makefile
+++ b/examples/mb525/Makefile
@@ -17,12 +17,11 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-# 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