mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
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
|
$(Q)$(MAKE) clean-rust
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
@ -227,7 +227,7 @@ include $(S)mk/clean.mk
|
||||||
|
|
||||||
.DEFAULT_GOAL := all
|
.DEFAULT_GOAL := all
|
||||||
.PHONY: 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
|
# Servo helper libraries
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 372622906d112ae28825be1d5fcd8737cd03ae58
|
Subproject commit df2b9ae514ba76c616e7f58d9de0da545512cfe0
|
Loading…
Add table
Add a link
Reference in a new issue