Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-04-03 16:41:44 -0700 (Tue, 03 Apr 2007)
Revision: 10323
Log message:
Bug 660 - allow .PHONY sections to have a body.
.PHONY: targets: deps
commands
would now be equivalent to
.PHONY: targets
targets: %: deps
commands
Changes | Path |
+18 -7 | omake-branches/0.9.8.x/src/build/omake_rule.ml |