*** empty log message ***

This commit is contained in:
Dave Murphy 2005-05-06 12:41:49 +00:00
parent cfe601e799
commit 0fe665c3d8

View File

@ -48,7 +48,7 @@ cd $target/gcc
2>&1 | tee $BUILDSCRIPTDIR/gcc_configure.log
$MAKE all-gcc | tee $BUILDSCRIPTDIR/gcc_make.log 2>&1
$MAKE install-gcc | $BUILDSCRIPTDIR/tee gcc_install.log 2>&1
$MAKE install-gcc | tee $BUILDSCRIPTDIR/gcc_install.log 2>&1
cd $BUILDSCRIPTDIR