diff --git a/xmake.sh b/xmake.sh index 2ae8658..72f0c7a 100755 --- a/xmake.sh +++ b/xmake.sh @@ -125,7 +125,7 @@ function build_target { fi fi - if [ 1 = 1 ]; then + if ! grep '^CONFIG_BUILD_ALL_HOST_TOOLS=y' $CFG ; then MK_HOST_TOOLS=$XDIR/tools/Makefile # tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_USES_MINOR),y) += yafut if grep -q '(CONFIG_USES_MINOR),y)' $MK_HOST_TOOLS ; then