mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
autotest: removed 'make configure'
This commit is contained in:
parent
3fbd0a1db0
commit
64ace3c0c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user