Test and run bootstrap. This has the side effect of preparing the sources
for further tests even when configure.in and Makefile.am's have changed.
Also chmod for force removal of old garbage
btlayer="bt${layer}"
log=${btlayer}.log
echo "TESTING: ${layer}"
+ chmod -R 777 ${btlayer}
rm -f -r ${btlayer} && mkdir ${btlayer}
{
result=255
--- /dev/null
+## Special run - to be done before all others...
+#
+## locate the sources and go there...
+topb=`dirname $0`
+topc=`dirname ${topb}`
+cd ${topc}
+
+# echo "DEBUG: top=${top}"
+# echo "DEBUG: topB=${topb}"
+# echo "DEBUG: topC=${topc}"
+
+## Bootstrap the sources in case configure or makefiles changed.
+./bootstrap.sh
+exit $?