projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14797d3
)
Fix 'list' tool.
author
Nicolas Despres
<nicolas.despres@gmail.com>
Fri, 9 Dec 2011 15:45:25 +0000
(16:45 +0100)
committer
Nicolas Despres
<nicolas.despres@gmail.com>
Fri, 9 Dec 2011 15:47:19 +0000
(16:47 +0100)
src/ninja.cc
patch
|
blob
|
history
diff --git
a/src/ninja.cc
b/src/ninja.cc
index 25d5bfa6ae622eca5fb3482f46517df5489da9bc..18b39805c7c26ee5c6d2666fbe0877f4008a4530 100644
(file)
--- a/
src/ninja.cc
+++ b/
src/ninja.cc
@@
-565,7
+565,7
@@
reload:
if (tool == "clean")
return CmdClean(&state, argc+1, argv-1, config);
if (tool == "list")
- return Cmd
Clean(&state, argc+1, argv-1, config
);
+ return Cmd
List(&state, argc, argv
);
const char* suggestion = SpellcheckString(tool,
"graph", "query", "browse", "targets", "rules", "commands", "clean",