SEMANTIC CHANGE: implicit inputs are now required to exist
authorEvan Martin <martine@danga.com>
Fri, 13 May 2011 17:47:26 +0000 (10:47 -0700)
committerEvan Martin <martine@danga.com>
Fri, 13 May 2011 23:28:41 +0000 (16:28 -0700)
commit54ae1a37ea6396628b75bdc0021f1ef4848deb84
tree80396559a2aaa190854654acd2af00b646e1dd9f
parent400ca686fed88e4ab49541829657d0edec02f9aa
SEMANTIC CHANGE: implicit inputs are now required to exist

Edges found through depfiles are special: they get an extra
empty "phony" rule.  (This is identical to the way you hack this
with Makefiles.)
manual.asciidoc
src/build.cc
src/build_test.cc
src/graph.cc
src/graph_test.cc