From d46fc2bae282bd661c4476331972cf27421df3d7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 9 Mar 2025 14:34:00 -0400 Subject: tools: cross: Remove 'clear' command There is no need to clear the terminal after building previous things as it would just introduce compatibility issues for certain headless consoles... Signed-off-by: Ian Moffett --- tools/cross.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/cross.sh b/tools/cross.sh index d0019b8..b81b93c 100644 --- a/tools/cross.sh +++ b/tools/cross.sh @@ -106,7 +106,6 @@ echo "Removing previous builds..." rm -rf build-gcc build-binutils # Binutils build -clear mkdir build-binutils echo "Applying binutils patch" @@ -126,7 +125,6 @@ cd .. rm -rf $BINUTILS_NAME build-binutils # GCC build -clear echo "Downloading prerequisites for $GCC_NAME..." cd $GCC_NAME contrib/download_prerequisites @@ -157,7 +155,6 @@ rm -rf $GCC_NAME build-gcc # Cleanup ################################################################ -clear "$TARGET"-ld -v "$TARGET"-gcc --version | head -n1 echo "Build complete, binaries are in $PREFIX" -- cgit v1.2.3