wok rev 10116

slitaz-toolchain: gcc -v output to stderr
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 21:50:33 2011 +0200 (2011-05-20)
parents f9b603493da1
children 8446e6bd92c2
files slitaz-toolchain/receipt
line diff
     1.1 --- a/slitaz-toolchain/receipt	Fri May 20 15:45:24 2011 +0000
     1.2 +++ b/slitaz-toolchain/receipt	Fri May 20 21:50:33 2011 +0200
     1.3 @@ -72,7 +72,7 @@
     1.4  	# GCC info in toolchain.log
     1.5  	echo -e "\nGCC compiler information" >> $tmplog
     1.6  	separator >> $tmplog
     1.7 -	gcc -v >> $tmplog
     1.8 +	gcc -v 2>> $tmplog
     1.9  
    1.10  	# All packages cooked got ther own log so we dont keep them.
    1.11  	separator >> $tmplog && echo "" >> $tmplog
    1.12 @@ -104,11 +104,6 @@
    1.13      * GCC $gcc
    1.14      * Glibc $glibc
    1.15  
    1.16 -GCC compiler info
    1.17 ---------------------------------------------------------------------------------
    1.18 -$(gcc -v)
    1.19 ---------------------------------------------------------------------------------
    1.20 -
    1.21  Toolchain documentation: http://doc.slitaz.org/en:cookbook:toolchain
    1.22  
    1.23  ================================================================================