remove verbose from newlib extraction

This commit is contained in:
Dave Murphy 2007-12-11 07:13:08 +00:00
parent 8a79bbcfac
commit 6e302d4458

View File

@ -352,7 +352,7 @@ then
tar -xjf $SRCDIR/$GCC_GPP || { echo "Error extracting "$GCC_GPP; exit; }
echo "Extracting $NEWLIB"
tar -xzvf $SRCDIR/$NEWLIB || { echo "Error extracting "$NEWLIB; exit; }
tar -xzf $SRCDIR/$NEWLIB || { echo "Error extracting "$NEWLIB; exit; }
echo "Extracting $GDB"
tar -xjf $SRCDIR/$GDB || { echo "Error extracting "$GCC_GPP; exit; }