Skip to content

Commit

Permalink
linux: change library name for linux
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Dec 4, 2015
1 parent 76d88bb commit f91e6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildrump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,8 @@ makelinuxbuild ()

set -e
cd tools/lkl
rm -f lib/lkl.o lib/liblkl.a
make lib/liblkl.a RUMP_PREFIX=${OBJDIR}/dest.stage/ -j ${JNUM} ${VERBOSE}
rm -f lib/lkl.o lib/liblinux.a lib/liblkl-hijack.so
make lib/liblinux.a lib/liblkl-hijack.so RUMP_PREFIX=${OBJDIR}/dest.stage/ -j ${JNUM} ${VERBOSE}
set +e
}

Expand Down

0 comments on commit f91e6ac

Please sign in to comment.