autotest: removed 'make configure'

This commit is contained in:
Andrew Tridgell 2015-05-21 10:11:39 +10:00
parent 3fbd0a1db0
commit 64ace3c0c1

View File

@ -258,10 +258,6 @@ pushd $autotest/../../$VEHICLE || {
exit 1
}
VEHICLEDIR=$(pwd)
if [ ! -f $autotest/../../config.mk ]; then
echo Generating a default configuration
make configure
fi
if [ $CLEAN_BUILD == 1 ]; then
make clean
fi