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>
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"
fi
fi
-make clean > /dev/null
make QUIET=1 -j8 hostapd hostapd_cli hlr_auc_gw
echo "Building wpa_supplicant"
fi
fi
-make clean > /dev/null
if [ -z $FIPSLD_CC ]; then
export FIPSLD_CC=gcc
fi