mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 03:33:03 +00:00
Preserve the backslash that's printed by echo.
This commit is contained in:
parent
f7598efb67
commit
0ffd22cb44
1 changed files with 2 additions and 2 deletions
|
@ -149,11 +149,11 @@ $(eval $(FOO))
|
||||||
|
|
||||||
run_make_test('
|
run_make_test('
|
||||||
define FOO
|
define FOO
|
||||||
all: ; @echo he\llo
|
all: ; @echo '."'".'he\llo'."'".'
|
||||||
@echo world
|
@echo world
|
||||||
endef
|
endef
|
||||||
$(eval $(FOO))
|
$(eval $(FOO))
|
||||||
', '', 'hello
|
', '', 'he\llo
|
||||||
world');
|
world');
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue