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>
This commit is contained in:
parent
7d8f7fb85f
commit
4911942e94
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue