We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a879b commit 373865bCopy full SHA for 373865b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 1db9af1bf26e3b31eb438c3691c084ab2926bdb9
+refs/heads/master: 558ca9b4a81b801d0957a734bd20f73ca00cede1
trunk/mk/rt.mk
@@ -169,10 +169,11 @@ $$(LIBUV_LIB_$(1)): $$(wildcard \
169
170
# These could go in rt.mk or rustllvm.mk, they're needed for both.
171
172
+# This regexp has a single $, escaped twice
173
%.linux.def: %.def.in $$(MKFILES)
174
@$$(call E, def: $$@)
175
$$(Q)echo "{" > $$@
- $$(Q)sed 's/.$$/&;/' $$< >> $$@
176
+ $$(Q)sed 's/.$$$$/&;/' $$< >> $$@
177
$$(Q)echo "};" >> $$@
178
179
%.darwin.def: %.def.in $$(MKFILES)
0 commit comments