Update of /cvsroot/libfunutil/libfunutil/toc/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv801/toc/tests
Modified Files:
buildtool.sh
Log Message:
Added note about where to find buildtool.
Index: buildtool.sh
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/toc/tests/buildtool.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- buildtool.sh 31 Aug 2003 00:43:27 -0000 1.1
+++ buildtool.sh 31 Aug 2003 21:37:14 -0000 1.2
@@ -14,6 +14,8 @@
bin=${TOC_FIND_RESULT}
val=1
ret=0
+else
+ echo "buildtool not found. You can get it from http://buildtool.sourceforge.net/"
fi
toc_add_make BUILDTOOL_BIN=${bin}
toc_add_make $varname=${val}
|