diff --git a/repos/ports/run/noux_shell_script.run b/repos/ports/run/noux_shell_script.run deleted file mode 100644 index fd604ee9f..000000000 --- a/repos/ports/run/noux_shell_script.run +++ /dev/null @@ -1,125 +0,0 @@ -create_boot_directory - -import_from_depot genodelabs/src/[base_src] \ - genodelabs/pkg/[drivers_interactive_pkg] \ - genodelabs/pkg/terminal \ - genodelabs/src/init \ - genodelabs/src/libc \ - genodelabs/src/noux \ - genodelabs/src/posix \ - genodelabs/src/bash \ - genodelabs/src/ncurses \ - genodelabs/src/coreutils \ - genodelabs/src/ram_fs - -# -# Build Noux packages only once -# -set noux_pkgs {make} -set build_components { } -foreach pkg $noux_pkgs { - lappend_if [expr ![file exists bin/$pkg]] build_components noux-pkg/$pkg } - -build $build_components - -install_config { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /home/test_script1 correct - /home/test_script2 "execution of test_script2 succeeded" - - #!/bin/make -f -wrong: - @echo "execution of test_script1 failed" -correct: - @echo "execution of test_script1 succeeded" - - #!/bin/bash -echo "$1" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } - -build_boot_image { make.tar } - -run_genode_until forever