[Omake] -k flag not working?
Jared C. Davis
jared at cs.utexas.edu
Fri Sep 28 12:50:23 PDT 2007
Hi,
I was trying to use the -k switch to have my build continue even after
an error, but this doesn't seem to be working. For example, I ran:
$ omake -j 2 -k
and two of my files began to build. The first file failed while the
other was still building, and the following message was produced:
*** omake: 1545/1549 targets are up to date
*** omake: failed (1286.7 sec, 1/365 scans, 5/743 rules, 4/2063 digests)
*** omake error:
File ACL2/bootstrap/build/level4/OMakefile: line 28, characters 1-35
rule failed to build target: ACL2/bootstrap/build/level4/aux-split.pcert
At this point omake exited, even though the second file was still being built.
Isn't -k supposed to tell omake to ignore these errors and keep going?
Is there some other flag I can give it so that it will allow the
other file to finish before exiting? I'm currently using OMake
0.9.8.4 (release 1) on linux.
Thanks,
Jared
--
Jared C. Davis <jared at cs.utexas.edu>
3600 Greystone Drive #604
Austin, TX 78731
http://www.cs.utexas.edu/users/jared/
More information about the Omake
mailing list