summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-15 14:30:56 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-15 14:30:56 +0000
commit0fed2766a40419cd325dbb8ec0ac29f96ccc1b83 (patch)
treea9a0dd48c295e5aa76feafd6f6deeab516e505c1 /toolchain
parentf3c50a6cf2a322f94e51653784c2664348af2176 (diff)
downloadbuildroot-novena-0fed2766a40419cd325dbb8ec0ac29f96ccc1b83.tar.gz
buildroot-novena-0fed2766a40419cd325dbb8ec0ac29f96ccc1b83.zip
- might make sense not to print ok if it was nak
Diffstat (limited to 'toolchain')
-rwxr-xr-xtoolchain/dependencies/dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh
index 81a8b8db2..6f42a8746 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"
#############################################################