run: modularize run tool

This commit is contained in:
Josef Söntgen
2015-01-08 22:08:48 +01:00
committed by Christian Helmuth
parent febca1b827
commit c706b1c0a7
36 changed files with 2152 additions and 1969 deletions

7
tool/run/boot_dir/linux Normal file
View 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 }
}