aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUwe Hermann2010-01-26 03:12:23 +0100
committerUwe Hermann2010-01-26 03:12:23 +0100
commit94ccc164db7fb59f82086d964886bbc74683eedf (patch)
treed0e0a883333064851175e842fe839ef5ba33fc20 /examples
parent06fa19df3e7f60e1db50792054d0e4332dcab40c (diff)
Use --no-print-directory option of 'make'.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
-rw-r--r--examples/mb525/Makefile2
-rw-r--r--examples/stm32-h103/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 90b2b85..9f26efa 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -18,7 +18,7 @@
##
# Do not print "Entering directory ...".
-## MAKEFLAGS += --no-print-directory
+MAKEFLAGS += --no-print-directory
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)
diff --git a/examples/mb525/Makefile b/examples/mb525/Makefile
index e0ae5af..39de413 100644
--- a/examples/mb525/Makefile
+++ b/examples/mb525/Makefile
@@ -18,7 +18,7 @@
##
# Do not print "Entering directory ...".
-## MAKEFLAGS += --no-print-directory
+MAKEFLAGS += --no-print-directory
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)
diff --git a/examples/stm32-h103/Makefile b/examples/stm32-h103/Makefile
index d0f25f3..197d52c 100644
--- a/examples/stm32-h103/Makefile
+++ b/examples/stm32-h103/Makefile
@@ -18,7 +18,7 @@
##
# Do not print "Entering directory ...".
-## MAKEFLAGS += --no-print-directory
+MAKEFLAGS += --no-print-directory
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)