scons: fix 'make clean' so it actually runs completely
This commit is contained in:
parent
540f70a1f4
commit
dc61b2ac12
1 changed files with 0 additions and 3 deletions
|
@ -487,9 +487,6 @@ HELP_REQUESTED = False
|
||||||
if ('-h' in command_line_args) or ('--help' in command_line_args):
|
if ('-h' in command_line_args) or ('--help' in command_line_args):
|
||||||
HELP_REQUESTED = True
|
HELP_REQUESTED = True
|
||||||
|
|
||||||
if ('install' not in command_line_args) and ('-c' in command_line_args) or ('--clean' in command_line_args):
|
|
||||||
HELP_REQUESTED = True
|
|
||||||
|
|
||||||
if 'configure' in command_line_args and not HELP_REQUESTED:
|
if 'configure' in command_line_args and not HELP_REQUESTED:
|
||||||
force_configure = True
|
force_configure = True
|
||||||
elif HELP_REQUESTED:
|
elif HELP_REQUESTED:
|
||||||
|
|
Loading…
Reference in a new issue