[Omake] Re: omake bug with multiple targets
Sam Steingold
sds at gnu.org
Thu Feb 5 14:45:00 PST 2009
Aleksey,
Aleksey Nogin wrote:
>
> Which version of OMake is that?
OMake 0.9.8.5 (release 3):
build [Mon May 19 10:25:29 2008]
on nyc-qsv-003
Default library directory : /usr/local/home/godi310_64bit/godi/lib/omake
> I can not reproduce this problem using 0.9.8.5:
hmm, let me offer you a bigger part of the OMakefile:
================================
my_save(file) =
if $(file-exists $(file))
cp $(file) $(file).save
my_diff(file) =
save=$(file).save
if $(file-exists $(save))
diff -i -u $(save) $(file) || true
rm -f $(save)
a.ml b.ml c.ml : generator.exe
./generator.exe
================================
maybe the problem is with my_save & my_diff?
Thanks
Sam.
More information about the Omake
mailing list