From: Paul Eggert Date: Tue, 27 Aug 2019 08:08:47 +0000 (-0700) Subject: Port grouped_targets test to Solaris 10 X-Git-Tag: 4.2.91~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bffc8d53ce302f3170b10c70f3a9680a6b72b68;p=thirdparty%2Fmake.git 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. --- diff --git a/tests/scripts/features/grouped_targets b/tests/scripts/features/grouped_targets index ef9366b7..615e9627 100644 --- a/tests/scripts/features/grouped_targets +++ b/tests/scripts/features/grouped_targets @@ -9,7 +9,7 @@ $details = "Here we test for requirements like\n" run_make_test(q{ .PHONY: all &:; -all: ;@echo -n +all: ;@printf '' }, '', "");