mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run: modularize run tool
This commit is contained in:
committed by
Christian Helmuth
parent
febca1b827
commit
c706b1c0a7
7
tool/run/boot_dir/linux
Normal file
7
tool/run/boot_dir/linux
Normal file
@@ -0,0 +1,7 @@
|
||||
##
|
||||
# Populate boot directory with binaries on Linux
|
||||
#
|
||||
proc run_boot_dir {binaries} {
|
||||
foreach binary $binaries {
|
||||
exec ln -sf ../../../../bin/$binary [run_dir]/genode }
|
||||
}
|
||||
Reference in New Issue
Block a user