We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee1ff3 commit b456ce0Copy full SHA for b456ce0
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 4e5d32e1c4cea3caf90fd7a11c6ff64cb4c2802f
+refs/heads/master: cd799a0a7a06cdef8c56fa4cbb66d7a8f64bc879
trunk/mk/snap.mk
@@ -1,10 +1,10 @@
snap-stage1: stage1/rustc$(X) stage1/glue.o stage1/lib/$(CFG_STDLIB)
3
- $(CFG_SRC_DIR)src/etc/make-snapshot.py stage1
+ $(S)src/etc/make-snapshot.py stage1
4
5
snap-stage2: stage2/rustc$(X) stage2/glue.o stage2/lib/$(CFG_STDLIB)
6
- $(CFG_SRC_DIR)src/etc/make-snapshot.py stage2
+ $(S)src/etc/make-snapshot.py stage2
7
8
snap-stage3: stage3/rustc$(X) stage3/glue.o stage3/lib/$(CFG_STDLIB)
9
- $(CFG_SRC_DIR)src/etc/make-snapshot.py stage3
+ $(S)src/etc/make-snapshot.py stage3
10
0 commit comments