diff options
author | Ian Moffett <ian@osmora.org> | 2025-03-09 14:34:00 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-03-09 14:38:52 -0400 |
commit | d46fc2bae282bd661c4476331972cf27421df3d7 (patch) | |
tree | 5049f2bc1bb7f53f1b2d1344d36e1243bc30bb4d | |
parent | e329748e4cd79503e5c282c1cab88c0c79522e76 (diff) |
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 <ian@osmora.org>
-rw-r--r-- | tools/cross.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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" |