From b23ea976cf56d436aad34f25b7d1b4a7a249dce1 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 15 Nov 2019 17:31:32 -0700 Subject: [PATCH] build: Narrow `make` scope to i386-softmmu target --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index acc2120600..5e0d729a80 100755 --- a/build.sh +++ b/build.sh @@ -125,6 +125,6 @@ set -x # Print commands from now on --disable-usb-redir \ ${user_opts} -time make -j"${job_count}" 2>&1 | tee build.log +time make -j"${job_count}" subdir-i386-softmmu 2>&1 | tee build.log ${postbuild} # call post build functions