Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69869 )
Change subject: crossgcc: Remove leftover "../cmake" ......................................................................
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 --- M util/crossgcc/buildgcc 1 file changed, 17 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 6e8d3f0..ec7cd0a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -819,7 +819,7 @@ $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"