forked from lix-project/lix
Merge "Backport PR#10204 by 9999years: Replace foo
with __NIX_STR
in cxx-big-literal
" into main
This commit is contained in:
commit
2a8f579c53
|
@ -1,5 +1,5 @@
|
||||||
%.gen.hh: %
|
%.gen.hh: %
|
||||||
@echo 'R"foo(' >> $@.tmp
|
@echo 'R"__NIX_STR(' >> $@.tmp
|
||||||
$(trace-gen) cat $< >> $@.tmp
|
$(trace-gen) cat $< >> $@.tmp
|
||||||
@echo ')foo"' >> $@.tmp
|
@echo ')__NIX_STR"' >> $@.tmp
|
||||||
@mv $@.tmp $@
|
@mv $@.tmp $@
|
||||||
|
|
Loading…
Reference in a new issue