]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: build.sh: Remove 'make clean' steps
authorJohannes Berg <johannes.berg@intel.com>
Sun, 11 Oct 2020 09:01:03 +0000 (11:01 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Oct 2020 16:41:41 +0000 (19:41 +0300)
Since the build artifacts are now landing in distinct directories, we
don't need to 'make clean' and save some rebuild time.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/build.sh

index 165d808fd4a4cbc81709af44d8bd66a7482bea91..d8a78d705ab3ce88aa47ebb5124f1d7571c61713 100755 (executable)
@@ -28,17 +28,14 @@ done
 
 echo "Building TNC testing tools"
 cd tnc
-make clean > /dev/null
 make QUIET=1 -j8
 
 echo "Building wlantest"
 cd ../../../wlantest
-make clean > /dev/null
 make QUIET=1 -j8 > /dev/null
 
 echo "Building hs20-osu-client"
 cd ../hs20/client/
-make clean > /dev/null 2>&1
 make QUIET=1 CONFIG_NO_BROWSER=1
 
 echo "Building hostapd"
@@ -55,7 +52,6 @@ if [ $use_lcov -eq 1 ]; then
     fi
 fi
 
-make clean > /dev/null
 make QUIET=1 -j8 hostapd hostapd_cli hlr_auc_gw
 
 echo "Building wpa_supplicant"
@@ -72,7 +68,6 @@ if [ $use_lcov -eq 1 ]; then
     fi
 fi
 
-make clean > /dev/null
 if [ -z $FIPSLD_CC ]; then
 export FIPSLD_CC=gcc
 fi