*** empty log message ***

This commit is contained in:
Dave Murphy
2005-04-24 21:57:39 +00:00
parent 28c9bf88f6
commit c8ce51a0bf
2 changed files with 10 additions and 2 deletions

View File

@@ -65,6 +65,8 @@ $BUILDSCRIPTDIR/$NEWLIB_SRCDIR/configure --target=$target \
$MAKE all | tee newlib_make.log 2>&1
$MAKE install | tee newlib_install.log 2>&1
cd $BUILDSCRIPTDIR
#---------------------------------------------------------------------------------
# remove temp stuff to conserve disc space
#---------------------------------------------------------------------------------
@@ -75,12 +77,13 @@ rm -fr $NEWLIB_SRCDIR
# build and install the final compiler
#---------------------------------------------------------------------------------
cd $BUILDSCRIPTDIR
cd $target/gcc
$MAKE | tee gcc_final_make.log 2>&1
$MAKE install | tee gcc_final_install.log 2>&1
cd $BUILDSCRIPTDIR
#---------------------------------------------------------------------------------
# remove temp stuff to conserve disc space
#---------------------------------------------------------------------------------