Skip to content

Commit b456ce0

Browse files
committed
---
yaml --- r: 3475 b: refs/heads/master c: cd799a0 h: refs/heads/master i: 3473: 93e0dbd 3471: b2f052e v: v3
1 parent 4ee1ff3 commit b456ce0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4e5d32e1c4cea3caf90fd7a11c6ff64cb4c2802f
2+
refs/heads/master: cd799a0a7a06cdef8c56fa4cbb66d7a8f64bc879

trunk/mk/snap.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
snap-stage1: stage1/rustc$(X) stage1/glue.o stage1/lib/$(CFG_STDLIB)
3-
$(CFG_SRC_DIR)src/etc/make-snapshot.py stage1
3+
$(S)src/etc/make-snapshot.py stage1
44

55
snap-stage2: stage2/rustc$(X) stage2/glue.o stage2/lib/$(CFG_STDLIB)
6-
$(CFG_SRC_DIR)src/etc/make-snapshot.py stage2
6+
$(S)src/etc/make-snapshot.py stage2
77

88
snap-stage3: stage3/rustc$(X) stage3/glue.o stage3/lib/$(CFG_STDLIB)
9-
$(CFG_SRC_DIR)src/etc/make-snapshot.py stage3
9+
$(S)src/etc/make-snapshot.py stage3
1010

0 commit comments

Comments
 (0)