From 94ccc164db7fb59f82086d964886bbc74683eedf Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 26 Jan 2010 03:12:23 +0100 Subject: [PATCH] Use --no-print-directory option of 'make'. --- examples/Makefile | 2 +- examples/mb525/Makefile | 2 +- examples/stm32-h103/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 90b2b855..9f26efa9 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 e0ae5af6..39de4130 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 d0f25f3d..197d52c1 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)