mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
72875ce995
commit
7fe380d821
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue