Commit 74941f7a authored by Vitaly Lipatov's avatar Vitaly Lipatov

dmake: commented out colorifer use

parent d089b0c6
......@@ -57,6 +57,13 @@ else
[ -n "$PUMP" ] || fatal "Install distcc-pump package for run distributed make via dmake"
fi
COLORIFER=$(which colorifer 2>/dev/null)
if false && [ -n "$COLORIFER" ] ; then
export COLORIFER_NAME=g++
export COLORIFER_REDIRECT=$DISTCC
DISTCC=$COLORIFER
fi
DISTCXX="$DISTCC"
if [ "$DEFAULTARCH" = "x86_64" ] ; then
......
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