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>
This commit is contained in:
parent
3a18a80146
commit
75cdfd1d06
1
Makefile
1
Makefile
|
@ -38,6 +38,7 @@ $(if $(wildcard .xcompile),,$(eval $(shell util/xcompile/xcompile $(XGCCPATH) >
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$< $(XGCCPATH) > $@.tmp
|
$< $(XGCCPATH) > $@.tmp
|
||||||
\mv -f $@.tmp $@ 2> /dev/null
|
\mv -f $@.tmp $@ 2> /dev/null
|
||||||
|
rm -f $@.tmp
|
||||||
|
|
||||||
export top := $(CURDIR)
|
export top := $(CURDIR)
|
||||||
export src := src
|
export src := src
|
||||||
|
|
Loading…
Reference in New Issue