panthema / 2012 / 1119-eSAIS-Inducing-Suffix-and-LCP-Arrays-in-External-Memory / eSAIS-DC3-LCP-0.5.0 / stxxl / misc / buildbot-test-autoconfig (Download File)
#!/bin/sh
set -e

rm -f make.settings make.settings.local GNUmakefile

echo "########## make ##########"
make

echo "########## make config_gnu ##########"
rm -f make.settings.local
make config_gnu || true
test -f make.settings.local

echo "################################################################"
cat make.settings.local
echo "################################################################"

rm -f make.settings make.settings.local