mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-20 01:14:04 -05:00
remove verbose from newlib extraction
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user