Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12502
-gerrit
commit 5369ffa5c6b507a168e2da53dd5ddaca6602596f Author: Patrick Georgi pgeorgi@chromium.org Date: Fri Nov 20 10:32:14 2015 +0100
build system: also remove .xcompile.tmp
Change-Id: I18df6a6ec088b9036c3c17480843e5710bc82308 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index bf66817..a397e58 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ $(if $(wildcard .xcompile),,$(eval $(shell util/xcompile/xcompile $(XGCCPATH) > rm -f $@ $< $(XGCCPATH) > $@.tmp \mv -f $@.tmp $@ 2> /dev/null + rm -f $@.tmp
export top := $(CURDIR) export src := src