diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 14:30:56 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 14:30:56 +0000 | 
| commit | 0fed2766a40419cd325dbb8ec0ac29f96ccc1b83 (patch) | |
| tree | a9a0dd48c295e5aa76feafd6f6deeab516e505c1 | |
| parent | f3c50a6cf2a322f94e51653784c2664348af2176 (diff) | |
| download | buildroot-novena-0fed2766a40419cd325dbb8ec0ac29f96ccc1b83.tar.gz buildroot-novena-0fed2766a40419cd325dbb8ec0ac29f96ccc1b83.zip | |
- might make sense not to print ok if it was nak
| -rwxr-xr-x | toolchain/dependencies/dependencies.sh | 3 | 
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"  ############################################################# | 
