|
|
Configuration::_m_withUse, | Configuration::_m_withUse, |
Configuration::_m_withCflags, | Configuration::_m_withCflags, |
Configuration::_m_noMerge, | Configuration::_m_noMerge, |
|
Configuration::_m_fetchOnly, |
Configuration::_m_noTests, | Configuration::_m_noTests, |
Configuration::_m_notImplemented, | Configuration::_m_notImplemented, |
Configuration::_m_pkgManagerRelated, | Configuration::_m_pkgManagerRelated, |
|
|
&_m_withUse, | &_m_withUse, |
&_m_withCflags, | &_m_withCflags, |
&_m_noMerge, | &_m_noMerge, |
|
&_m_fetchOnly, |
&_m_scriptFrom, | &_m_scriptFrom, |
&_m_templateScriptPath, | &_m_templateScriptPath, |
&_m_scriptDestPath, | &_m_scriptDestPath, |
|
|
| |
_m_action = (_m_work | _m_giveMe | _m_resolve | _m_drop | _m_clean | _m_help | _m_version | _m_useDesc | _m_stat); | _m_action = (_m_work | _m_giveMe | _m_resolve | _m_drop | _m_clean | _m_help | _m_version | _m_useDesc | _m_stat); |
_m_behavior = (_m_pretend | _m_verbose | _m_quiet | _m_noInteraction); | _m_behavior = (_m_pretend | _m_verbose | _m_quiet | _m_noInteraction); |
_m_pkgManagerRelated = (_m_withUse | _m_withCflags | _m_noTests | _m_noMerge); |
_m_pkgManagerRelated = (_m_withUse | _m_withCflags | _m_noTests | _m_noMerge | _m_fetchOnly); |
_m_notImplemented = (_m_pretend| _m_withCflags | _m_withUse); | _m_notImplemented = (_m_pretend| _m_withCflags | _m_withUse); |
_m_configFile = (_m_scriptDestPath | _m_templateScriptPath); | _m_configFile = (_m_scriptDestPath | _m_templateScriptPath); |
_m_misc = _m_scriptFrom; | _m_misc = _m_scriptFrom; |
|
|
_m_help, | _m_help, |
'I')); | 'I')); |
| |
|
_optDescriptionVec.push_back(OptDesctiption( |
|
_m_fetchOnly, |
|
"fetchonly", |
|
"only fetches source for targets -- does not build them", |
|
_m_help, |
|
'f')); |
|
|
///////////////////////////////////////////// | ///////////////////////////////////////////// |
//Package manager related options | //Package manager related options |
_optDescriptionVec.push_back(OptDesctiption( | _optDescriptionVec.push_back(OptDesctiption( |