Move rust-auto-clean-stamp into the rust build dir.

This is needed so that it's backed up and restored along with the rust build products.
This commit is contained in:
Jack Moffitt 2013-07-12 11:10:05 -06:00
parent 72875ce995
commit 7fe380d821

View file

@ -91,7 +91,7 @@ clean-rust:
endif
src/compiler/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger
src/compiler/rust/rust-auto-clean-stamp: $(S)src/compiler/rust-auto-clean-trigger
$(Q)$(MAKE) clean-rust
touch $@
@ -227,7 +227,7 @@ include $(S)mk/clean.mk
.DEFAULT_GOAL := all
.PHONY: all
all: src/compiler/rust-auto-clean-stamp servo package
all: src/compiler/rust/rust-auto-clean-stamp servo package
# Servo helper libraries