Makefile
changeset 66 c77d59891a0d
parent 63 89b41dbffe8d
child 85 ac2845835b13
     1.1 --- a/Makefile	Mon May 07 09:04:02 2007 +0000
     1.2 +++ b/Makefile	Mon May 07 21:45:31 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