diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-11-20 10:32:14 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-11-21 09:12:53 +0100 |
commit | 75cdfd1d06da8a14c549792f7c550753c29a0591 (patch) | |
tree | 690ebc83bfb63135629e067d34e5727b7b5ed823 | |
parent | 3a18a80146764ea7830b9de6d0713e3798775ca7 (diff) |
build system: also remove .xcompile.tmp
Change-Id: I18df6a6ec088b9036c3c17480843e5710bc82308
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/12502
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |