URL of sparse homepage is now printed in case sparse was not found.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@761 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-04-08 16:33:55 +00:00
parent 238a4b7f9d
commit 5bf646abe4

View File

@@ -509,6 +509,7 @@ fi
if [ "$(type -p sparse)" = "" ]; then
echo "Error: sparse has not yet been installed."
echo "See also http://www.kernel.org/pub/software/devel/sparse/."
fi
if ! mkdir -p "${outputdir}"; then