Print "Entering directory" only upon "make V=1".

This commit is contained in:
Uwe Hermann 2010-03-05 23:13:47 +01:00
parent 2c8ae015d0
commit 87df73edf2
5 changed files with 10 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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