Commit 9b5aec35 authored by Vitaly Lipatov's avatar Vitaly Lipatov

dmake: add to -t print distccd version and its status

parent 8a9084a5
...@@ -29,7 +29,7 @@ if [ "$1" = "-t" ] ; then ...@@ -29,7 +29,7 @@ if [ "$1" = "-t" ] ; then
shift shift
PDSH=$(which pdsh 2>/dev/null) PDSH=$(which pdsh 2>/dev/null)
[ -n "$PDSH" ] || fatal "Install pdsh package for test build cloud" [ -n "$PDSH" ] || fatal "Install pdsh package for test build cloud"
docmd $PDSH -w$(get_quoted_list $DISTCC_64_HOSTS $DISTCC_32_HOSTS) "g++ -v 2>&1 | tail -n1" docmd $PDSH -w$(get_quoted_list $DISTCC_64_HOSTS $DISTCC_32_HOSTS) "echo -n \"\$(g++ -v 2>&1 | tail -n1) ; \$(distccd --version | head -n1 ) \$(ps ax | grep -v grep | grep -q distccd || echo "DISABLED")\" "
exit exit
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