From 468bd150b7ac2fc227ec47cc38a21043d7115e14 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 24 Jul 2014 19:06:26 -0700 Subject: [PATCH] scons: fix 'make clean' so it actually runs completely --- SConstruct | 3 --- 1 file changed, 3 deletions(-) diff --git a/SConstruct b/SConstruct index 43e44c991..42ac3b9b8 100644 --- a/SConstruct +++ b/SConstruct @@ -493,9 +493,6 @@ HELP_REQUESTED = False if ('-h' in command_line_args) or ('--help' in command_line_args): 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: force_configure = True elif HELP_REQUESTED: