Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
--- 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')