aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2010-03-05 23:13:47 +0100
committerUwe Hermann2010-03-05 23:13:47 +0100
commit87df73edf2e00fd5111f7802b6c98b8e51714af1 (patch)
tree5dbb6d6d5aa2e26cb75d1eba260b7d384eeec2a0 /Makefile
parent2c8ae015d01095fce4bd164951eaf35bb234022b (diff)
Print "Entering directory" only upon "make V=1".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 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