Closed pearsonk closed 8 years ago
+1
FYI, I'm working on modifying the build scripts to stop using do_build.sh
, and made good progress already (https://github.com/jean-edouard/openxt/tree/disag1)
Will merge soon.
Note: this PR makes .config
options take precedence over the scripts arguments.
It also always sets $ORIGIN_BRANCH
to "master", even if $BRANCH
is set to something else (see https://github.com/OpenXT/openxt/pull/162).
In addition to the use of a local .config or environment specification of a CONFIG variable, add a '-c' option.
Also, relocated the parsing of config to after the parsing of command arguments to support this mode.
Signed-off-by: Kevin Pearson kevin.pearson.4@us.af.mil