mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-29 05:14:58 -05:00
remove verbose from newlib extraction
This commit is contained in:
parent
8a79bbcfac
commit
6e302d4458
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user