Skip to content

Commit

Permalink
elfloader-basic: Clone app-elfloader
Browse files Browse the repository at this point in the history
Update build scripts to also clone the `app-elfloader`
repository into the `repos/apps` directory if absent.

Signed-off-by: Maria Pana <[email protected]>
  • Loading branch information
mariapana authored and razvand committed Nov 23, 2024
1 parent fce0b31 commit 436499a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions elfloader-basic/build.fc.x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

test -d "../repos/unikraft" || git clone https://github.com/unikraft/unikraft ../repos/unikraft
test -d "../repos/apps/elfloader" || git clone https://github.com/unikraft/app-elfloader ../repos/apps/elfloader
test -d "../repos/libs/libelf" || git clone https://github.com/unikraft/lib-libelf ../repos/libs/libelf

make distclean
Expand Down
1 change: 1 addition & 0 deletions elfloader-basic/build.qemu.x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

test -d "../repos/unikraft" || git clone https://github.com/unikraft/unikraft ../repos/unikraft
test -d "../repos/apps/elfloader" || git clone https://github.com/unikraft/app-elfloader ../repos/apps/elfloader
test -d "../repos/libs/libelf" || git clone https://github.com/unikraft/lib-libelf ../repos/libs/libelf

make distclean
Expand Down

0 comments on commit 436499a

Please sign in to comment.