Fixed a minor config issue + updated example cml files.

This commit is contained in:
Bahadir Balban
2009-10-22 15:46:58 +03:00
parent 0f9ea9674c
commit 4f2954af8a
3 changed files with 118 additions and 287 deletions

View File

@@ -97,7 +97,8 @@ def build_parse_options():
exit()
# -f or -r or -n or -a implies -c
if options.cml_file or options.ncont or options.arch or options.reset_config:
if options.cml_file or options.ncont or options.arch or options.reset_config \
or not os.path.exists(BUILDDIR):
options.config = 1
return options, args