Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
authorGustavo Carneiro <gjc@inescporto.pt>
Mon Apr 14 14:19:12 2008 +0100 (22 months ago)
changeset 2910db4e803514cb
parent 2909 30c9b48a3af3
child 2911 7d6721a53b51
child 2975 1e778c442245
Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
wscript
     1.1 --- a/wscript	Fri Apr 11 11:30:05 2008 -0700
     1.2 +++ b/wscript	Mon Apr 14 14:19:12 2008 +0100
     1.3 @@ -340,9 +340,6 @@
     1.4          run_program(Params.g_options.run, get_command_template())
     1.5          raise SystemExit(0)
     1.6  
     1.7 -    if Params.g_options.command_template:
     1.8 -        Params.fatal("Option --command-template requires the option --run to be given")
     1.9 -
    1.10  def _run_waf_check():
    1.11      ## generate the trace sources list docs
    1.12      env = Params.g_build.env_of_name('default')