From 64ace3c0c16745b895f0ffd7237d1c45707db11e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 May 2015 10:11:39 +1000 Subject: [PATCH] autotest: removed 'make configure' --- Tools/autotest/sim_vehicle.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tools/autotest/sim_vehicle.sh b/Tools/autotest/sim_vehicle.sh index 7f8308b58c..d1d56e674b 100755 --- a/Tools/autotest/sim_vehicle.sh +++ b/Tools/autotest/sim_vehicle.sh @@ -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