build: Narrow make scope to i386-softmmu target

This commit is contained in:
Matt Borgerson 2019-11-15 17:31:32 -07:00 committed by mborgerson
parent f8a7f34508
commit b23ea976cf

View File

@ -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