# HG changeset patch # User "Yann E. MORIN" # Date 1178554217 0 # Node ID 312fe9ff8370f80777d10c409e195467291d0c15 # Parent 7dab8d1a2426b261cae3b34572546af8209200ca Don't print directories as we descend into them. diff -r 7dab8d1a2426 -r 312fe9ff8370 Makefile --- a/Makefile Mon May 07 15:57:02 2007 +0000 +++ b/Makefile Mon May 07 16:10:17 2007 +0000 @@ -1,6 +1,9 @@ # Makefile for crosstool-NG. # Copyright 2006 Yann E. MORIN +# Don't print directory as we descend into them +MAKEFLAGS += --no-print-directory + # The project version export PROJECTVERSION=0.0.2-svn