mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
auto merge of #586 : metajack/servo/auto-clean, r=jdm
This commit is contained in:
commit
e966920a22
2 changed files with 3 additions and 3 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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 372622906d112ae28825be1d5fcd8737cd03ae58
|
||||
Subproject commit df2b9ae514ba76c616e7f58d9de0da545512cfe0
|
Loading…
Add table
Add a link
Reference in a new issue