From: Bernhard Reutner-Fischer Date: Thu, 15 Feb 2007 14:30:56 +0000 (-0000) Subject: - might make sense not to print ok if it was nak X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fed2766a40419cd325dbb8ec0ac29f96ccc1b83;p=buildroot.git - might make sense not to print ok if it was nak --- diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index 81a8b8db29..6f42a8746a 100755 --- a/toolchain/dependencies/dependencies.sh +++ b/toolchain/dependencies/dependencies.sh @@ -252,8 +252,9 @@ if ! which makeinfo > /dev/null ; then \ echo "makeinfo installed: FALSE" /bin/echo -e "\n\nMost likely some packages will fail to build their documentation" /bin/echo -e "Either install 'makeinfo' on your host or fix the respective packages" +else + echo "makeinfo installed: Ok" fi -echo "makeinfo installed: Ok" #############################################################