Skip to content

Commit e70ddbb

Browse files
committed
Build the service before installing, to get crt*.o
1 parent c892705 commit e70ddbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ if [ ! -z $do_includeos ]; then
8484
echo -e "\n >>> Building IncludeOS"
8585
pushd $IncludeOS_src/src
8686
make $num_jobs
87-
88-
echo -e "\n >>> Installing IncludeOS"
89-
make install
90-
87+
9188
echo -e "\n >>> Linking IncludeOS test-service"
9289
make test
9390

91+
echo -e "\n >>> Installing IncludeOS"
92+
make install
93+
9494
popd
9595

9696

0 commit comments

Comments
 (0)