Kaydet (Commit) 10e3474d authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Typo: counter-producive -> counter-productive

Change-Id: I69ad51d99b11976b07fafff9748ada0acc215c78
üst cf709963
...@@ -2447,18 +2447,18 @@ if test "$CCACHE" != ""; then ...@@ -2447,18 +2447,18 @@ if test "$CCACHE" != ""; then
# we could not determine the size or it was less than 1GB -> disable auto-ccache # we could not determine the size or it was less than 1GB -> disable auto-ccache
if test $ccache_size -lt 1024; then if test $ccache_size -lt 1024; then
CCACHE="" CCACHE=""
AC_MSG_WARN([ccache's cache size is less than 1GB using it is counter-producive: Disabling auto-ccache detection]) AC_MSG_WARN([ccache's cache size is less than 1GB using it is counter-productive: Disabling auto-ccache detection])
add_warning "ccache's cache size is less than 1GB using it is counter-producive: auto-ccache detection disabled" add_warning "ccache's cache size is less than 1GB using it is counter-productive: auto-ccache detection disabled"
else else
# warn that ccache may be too small for debug build # warn that ccache may be too small for debug build
AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build]) AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-productive for debug or symbol-enabled build])
add_warning "ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build" add_warning "ccache's cache size is less than 5GB using it may be counter-productive for debug or symbol-enabled build"
fi fi
else else
if test $ccache_size -lt 5; then if test $ccache_size -lt 5; then
#warn that ccache may be too small for debug build #warn that ccache may be too small for debug build
AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build]) AC_MSG_WARN([ccache's cache size is less than 5GB using it may be counter-productive for debug or symbol-enabled build])
add_warning "ccache's cache size is less than 5GB using it may be counter-producive for debug or symbol-enabled build" add_warning "ccache's cache size is less than 5GB using it may be counter-productive for debug or symbol-enabled build"
fi fi
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment