From 9dca6dbb98066122fc5dc73242a8763ec59e8c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Mar 2019 16:58:18 +0100 Subject: build.sh: use -recursive instead of explicit list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Karel Kočí --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 3d6ab61..06511c3 100755 --- a/build.sh +++ b/build.sh @@ -7,8 +7,8 @@ mkdir -p build cd build # Compile -qtchooser -run-tool=qmake -qt=5 "$ROOT" "QMAKE_RPATHDIR += ../qtmips_machine" -make -j$(nproc) sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests +qtchooser -run-tool=qmake -qt=5 -recursive "$ROOT" "QMAKE_RPATHDIR += ../qtmips_machine ../qtmips_osemu" +make sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests # Link executables to more suitable place ln -fs qtmips_cli/qtmips_cli cli -- cgit v1.2.3