Skip to content

Commit

Permalink
scripts/build: don't exit when exporting files
Browse files Browse the repository at this point in the history
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]>
Message-Id: <AM0PR03MB62929812DFA2CDBE61B46A77A62C0@AM0PR03MB6292.eurprd03.prod.outlook.com>
  • Loading branch information
foxeng authored and wkozaczuk committed Sep 9, 2020
1 parent f398a3b commit 65efcae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65efcae

Please sign in to comment.