[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10323)

Aleksey Nogin nogin at metaprl.org
Tue Apr 3 16:41:44 PDT 2007


Bug 660 - allow .PHONY sections to have a body.

.PHONY: targets: deps
   commands

would now be equivalent to

.PHONY: targets

targets: %: deps
   commands

----
Changes:
    +18 -7	omake-branches/0.9.8.x/src/build/omake_rule.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-04.html#07/04/03.16:41:44



More information about the OMake-CVS mailing list