mirror of
https://github.com/mirror/make.git
synced 2025-01-20 01:00:34 +08:00
Port grouped_targets test to Solaris 10
* tests/scripts/features/grouped_targets: Use ‘printf ''’ instead of ‘echo -n’, as POSIX says the latter is not portable.
This commit is contained in:
parent
a9609084f4
commit
8bffc8d53c
@ -9,7 +9,7 @@ $details = "Here we test for requirements like\n"
|
|||||||
run_make_test(q{
|
run_make_test(q{
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
&:;
|
&:;
|
||||||
all: ;@echo -n
|
all: ;@printf ''
|
||||||
},
|
},
|
||||||
'', "");
|
'', "");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user