Don't print directories as we descend into them.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 07 16:10:17 2007 +0000 (2007-05-07)
changeset 65312fe9ff8370
parent 64 7dab8d1a2426
child 66 c77d59891a0d
Don't print directories as we descend into them.
Makefile
     1.1 --- a/Makefile	Mon May 07 15:57:02 2007 +0000
     1.2 +++ b/Makefile	Mon May 07 16:10:17 2007 +0000
     1.3 @@ -1,6 +1,9 @@
     1.4  # Makefile for crosstool-NG.
     1.5  # Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     1.6  
     1.7 +# Don't print directory as we descend into them
     1.8 +MAKEFLAGS += --no-print-directory
     1.9 +
    1.10  # The project version
    1.11  export PROJECTVERSION=0.0.2-svn
    1.12