aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-11-21 11:19:14 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-22 19:54:25 +0000
commit4911942e949f40d0da0ed7debeadef1f3eccf17c (patch)
tree23e06f0c62c8fd197b8ba925df5650f4a08488f4
parent7d8f7fb85f3e847fcd5a69afa8cb06a4e185824b (diff)
crossgcc: Remove leftover "../cmake"
"../cmake" introduced on Change-Id: I3144a83 Remove "../cmake" when the build is done. Change-Id: I289bfaca1fd8d3f004455babd99849ca8aa2d6db Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69869 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 6e8d3f019b..ec7cd0a4fd 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -819,7 +819,7 @@ build_LLVM() {
$MAKE $JOBS || touch .failed
$MAKE install || touch .failed
- rm -f ../llvm ../clang ../clang-tools-extra ../compiler-rt
+ rm -f ../llvm ../clang ../clang-tools-extra ../compiler-rt ../cmake
cp -a ../$CLANG_DIR/tools/scan-build/* "$DESTDIR$TARGETDIR/bin"
cp -a ../$CLANG_DIR/tools/scan-view/* "$DESTDIR$TARGETDIR/bin"