# HG changeset patch # User Gustavo Carneiro # Date 1208179152 -3600 # Node ID db4e803514cb54f857b526a446f5a48f896174fe # Parent 30c9b48a3af31d074c3857b10e6f641b7d01b896 Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense. diff -r 30c9b48a3af3 -r db4e803514cb wscript --- a/wscript Fri Apr 11 11:30:05 2008 -0700 +++ b/wscript Mon Apr 14 14:19:12 2008 +0100 @@ -340,9 +340,6 @@ run_program(Params.g_options.run, get_command_template()) raise SystemExit(0) - if Params.g_options.command_template: - Params.fatal("Option --command-template requires the option --run to be given") - def _run_waf_check(): ## generate the trace sources list docs env = Params.g_build.env_of_name('default')