Skip to content
Snippets Groups Projects
Commit ea0242e1 authored by Oz Linden's avatar Oz Linden
Browse files

collapse autobuild initialize

parent 2fc670e2
No related branches found
No related tags found
No related merge requests found
...@@ -182,6 +182,7 @@ then ...@@ -182,6 +182,7 @@ then
pass pass
fi fi
begin_section "autobuild initialize"
# ensure AUTOBUILD is in native path form for child processes # ensure AUTOBUILD is in native path form for child processes
AUTOBUILD="$(native_path "$AUTOBUILD")" AUTOBUILD="$(native_path "$AUTOBUILD")"
# set "$autobuild" to cygwin path form for use locally in this script # set "$autobuild" to cygwin path form for use locally in this script
...@@ -194,6 +195,7 @@ fi ...@@ -194,6 +195,7 @@ fi
# load autobuild provided shell functions and variables # load autobuild provided shell functions and variables
eval "$("$autobuild" --quiet source_environment)" eval "$("$autobuild" --quiet source_environment)"
end_section "autobuild initialize"
# something about the additional_packages mechanism messes up buildscripts results.py on Linux # something about the additional_packages mechanism messes up buildscripts results.py on Linux
# since we don't care about those packages on Linux, just zero it out, yes - a HACK # since we don't care about those packages on Linux, just zero it out, yes - a HACK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment