aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--examples/Makefile5
-rw-r--r--examples/mb525/Makefile5
-rw-r--r--examples/other/Makefile5
-rw-r--r--examples/stm32-h103/Makefile5
5 files changed, 10 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index 18dcc76..3e06b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,12 +24,11 @@ INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib
INSTALL = install
-# 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: build
diff --git a/examples/Makefile b/examples/Makefile
index 6714bc9..9e4a396 100644
--- a/examples/Makefile
+++ b/examples/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: stm32-h103 mb525 other
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
diff --git a/examples/other/Makefile b/examples/other/Makefile
index d9284f4..1aa9032 100644
--- a/examples/other/Makefile
+++ b/examples/other/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: i2c_stts75_sensor
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 <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