OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

Added command-line specification of config #145

Closed pearsonk closed 8 years ago

pearsonk commented 8 years ago

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

jean-edouard commented 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)

jean-edouard commented 8 years ago

Will merge soon.

jean-edouard commented 8 years ago

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).