1
0
Fork 0
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:
Jens Arnold 2006-10-29 09:42:30 +00:00
parent 21c37b912a
commit 3b54ab3224

2
tools/configure vendored
View file

@ -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