forked from len0rd/rockbox
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
This commit is contained in:
parent
21c37b912a
commit
3b54ab3224
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -1422,7 +1422,7 @@ VERBOSEOPT=-v
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# old 'make' versions don't have the built-in 'info' function
|
# 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)
|
ifeq (\$(call info),old)
|
||||||
export info=echo "\$\$(1)";
|
export info=echo "\$\$(1)";
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue