mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
Change how backup/restore make task works.
Now we write $SRC/.config.mk.last to store the most recent configure variables for the backup and restore task. Also, they no longer fail if they can't find the variables, and will skip the backup/restore stages and keep going.
This commit is contained in:
parent
6d2b6452e8
commit
676c5b6949
3 changed files with 7 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@
|
|||
.DS_Store
|
||||
servo-test
|
||||
Servo.app
|
||||
.config.mk.last
|
||||
build*
|
||||
objdir
|
||||
parser.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue