mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Prepare makefile.backup for snashot changes
This commit is contained in:
parent
99bc1a85da
commit
3b17c8c6ac
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
.PHONY: backup-rust
|
||||
backup-rust:
|
||||
@if [ ! -z "$(CFG_BUILD_DIR)" ]; then echo "Backing up Rust"; mv $(CFG_BUILD_DIR)src/compiler/rust ../$(CFG_TARGET); else echo "Skipping Rust backup"; fi
|
||||
@if [ -d $(CFG_BUILD_DIR)src/compiler/rust/ ]; then echo "Backing up Rust"; mv $(CFG_BUILD_DIR)src/compiler/rust ../$(CFG_TARGET); else echo "Skipping Rust backup"; fi
|
||||
|
||||
.PHONY: restore-rust
|
||||
restore-rust:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue