Skip to content

Commit 6636a63

Browse files
committed
---
yaml --- r: 14692 b: refs/heads/try c: 5c4ffd0 h: refs/heads/master v: v3
1 parent 3628a37 commit 6636a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 713006c7b6afc25ef90ecf78f88c9e9abb31f4b9
5+
refs/heads/try: 5c4ffd0dd7fb717cdc6f015c0d76043a0d8d4c83
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/mk/target.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB): \
3131
$$(CORELIB_CRATE) $$(CORELIB_INPUTS) \
3232
$$(TSREQ$(1)_T_$(2)_H_$(3))
3333
@$$(call E, compile_and_link: $$@)
34-
$$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< && touch $$@
34+
$$(STAGE$(1)_T_$(2)_H_$(3)) --enforce-mut-vars -o $$@ $$< && touch $$@
3535

3636
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB): \
3737
$$(STDLIB_CRATE) $$(STDLIB_INPUTS) \

0 commit comments

Comments
 (0)