From 3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 29 Oct 2006 09:42:30 +0000 Subject: [PATCH] Output the 'old make version' warning without prefix in order to not confuse the build colouring script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11379 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index d773c5aaf6..2f9e2db528 100755 --- a/tools/configure +++ b/tools/configure @@ -1422,7 +1422,7 @@ VERBOSEOPT=-v endif # old 'make' versions don't have the built-in 'info' function -info=old\$(warning Consider upgrading to GNU make 3.81+ for optimum build performance.) +info=old\$(shell echo >&2 "Consider upgrading to GNU make 3.81+ for optimum build performance.") ifeq (\$(call info),old) export info=echo "\$\$(1)"; endif