summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 16:10:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 16:10:17 (GMT)
commitef65aeae8fb0760baac836a0de4501dfae6c7261 (patch)
treeae4f7375761a7f8afeb06c06387ab246a8a4b423 /Makefile
parent64d804c4f65b4257b1507491cdc9a103c38999d4 (diff)
Don't print directories as we descend into them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fa6e2da..be5e005 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
# Makefile for crosstool-NG.
# Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
+# Don't print directory as we descend into them
+MAKEFLAGS += --no-print-directory
+
# The project version
export PROJECTVERSION=0.0.2-svn