mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-18 11:27:37 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $details = "Here we test for requirements like\n"
|
|||
run_make_test(q{
|
||||
.PHONY: all
|
||||
&:;
|
||||
all: ;@echo -n
|
||||
all: ;@printf ''
|
||||
},
|
||||
'', "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue