[coreboot-gerrit] New patch to review for coreboot: buildgcc: remove getopt when doing clean.

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Thu Aug 27 04:01:52 CEST 2015


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11372

-gerrit

commit b506f39d7715d47560e3dc3a8d0239689938ff2c
Author: zbao <fishbaozi at gmail.com>
Date:   Wed Aug 26 22:00:31 2015 -0400

    buildgcc: remove getopt when doing clean.
    
    Change-Id: I9f59a00e735f39df813b2216290da62eea3c595d
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 util/crossgcc/Makefile | 1 +
 util/crossgcc/buildgcc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index b4b0223..b1fba4a 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -76,6 +76,7 @@ clean_tempfiles:
 	rm -rf llvm-* clang-tools-* cfe-* compiler-rt-*
 	rm -rf acpica-*
 	rm -rf gdb-*
+	rm -f  getopt
 
 clean: clean_tempfiles
 	rm -rf xgcc
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index f39c4b6..f4522ed 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -280,6 +280,7 @@ cleanup()
 	for package in $PACKAGES; do
 		rm -rf build-${TARGETARCH}-$package $(eval echo \$$package"_DIR")
 	done
+	rm -f getopt
 	printf "${green}ok${NC}\n"
 }
 



More information about the coreboot-gerrit mailing list