[Omake] omake bug with multiple targets
Alain Frisch
alain.frisch at lexifi.com
Thu Feb 5 15:11:48 PST 2009
On 2/5/2009 6:57 PM, Sam Steingold wrote:
> Hi,
> Suppose generator.exe creates 3 files: a.ml, b.ml, c.ml.
> if my OMakefile says:
> ================================
> a.ml b.ml c.ml : generator.exe
> ./generator.exe
>
> a.exe : a.ml
> ....
>
> b.exe : b.ml
> ....
> ================================
> then generator.exe is called 3 times(!) with disastrous consequences
> (the 3 simultaneous - with "omake -j 3" - invocations overwrite each
> other's files).
Could it be related to that:
http://lists.metaprl.org/pipermail/omake/2007-October/001903.html
?
-- Alain
More information about the Omake
mailing list