diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-10-29 09:42:30 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-29 09:42:30 +0000 |
| commit | 3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3 (patch) | |
| tree | 9471c5f447fac5d82492a38b75af86b8ed82c716 | |
| parent | 21c37b912a7bce2207d047ed6938ae82f3939019 (diff) | |
| download | rockbox-3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3.zip rockbox-3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3.tar.gz rockbox-3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3.tar.bz2 rockbox-3b54ab32242c3cbde346ab5a0693a9eabb4ab4f3.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index d773c5a..2f9e2db 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 |