Use --no-print-directory option of 'make'.

This commit is contained in:
Uwe Hermann 2010-01-26 03:12:23 +01:00
parent 06fa19df3e
commit 94ccc164db
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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