This allows exporting an image's files while doing a complete build on the same invocation (these should anyway be orthogonal).
Signed-off-by: Fotis Xenakis <[email protected]> --- scripts/build | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build b/scripts/build index 24e930d3..fed78fd3 100755 --- a/scripts/build +++ b/scripts/build @@ -271,7 +271,6 @@ fi if [ "$export" != "none" ]; then export_dir=${vars[export_dir]-$SRC/build/export} "$SRC"/scripts/export_manifest.py -e "$export_dir" -m usr.manifest -D libgcc_s_dir="$libgcc_s_dir" - exit 0 fi if [[ ${vars[create_disk]} == "true" ]]; then -- 2.28.0 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/AM0PR03MB629211FD162BFF0C86159841A65D0%40AM0PR03MB6292.eurprd03.prod.outlook.com.
