Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-11 16:20:46 -0800 (Thu, 11 Nov 2004)
Revision: 645
Log message:
In "make install" unset the OMAKEFLAGS environment variable before
calling omake.
Changes | Path |
+2 -2 | omake/Makefile.in |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-15 12:53:05 -0800 (Mon, 15 Nov 2004)
Revision: 648
Log message:
Anabled all warnings except for "e".
Changes | Path |
+2 -2 | omake/Makefile.in |
+2 -2 | omake/OMakefile.in |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-15 12:59:03 -0800 (Mon, 15 Nov 2004)
Revision: 649
Log message:
Adding a USE_OCAMLFIND variable that can be used to force or prohibit
usage of ocamlfind in a project (by default USE_OCAMLFIND is set to true
iff the ocamlfind executable is found in path).
Changes | Path |
+16 -17 | omake/OMakeroot.src.in |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-15 13:00:35 -0800 (Mon, 15 Nov 2004)
Revision: 650
Log message:
The awk function should allow the resulting environment to be exported back.
Changes | Path |
+1 -2 | omake/src/build/omake_builtin_io_fun.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-15 13:04:30 -0800 (Mon, 15 Nov 2004)
Revision: 651
Log message:
Added a "--dotomake" option to specify an alternative to $HOME/.omake
Changes | Path |
Properties | omake |
+1 -0 | omake/.cvsignore |
+1 -1 | omake/Makefile.in |
+1 -1 | omake/OMakefile.in |
+14 -9 | omake/src/ir/omake_state.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-15 15:54:24 -0800 (Mon, 15 Nov 2004)
Revision: 652
Log message:
Removed a few unused variables.
Changes | Path |
+1 -1 | libmojave/stdlib/lm_thread_pool_null.ml |
+21 -35 | libmojave/util/lm_channel.ml |
+1 -1 | omake/src/util/omake_wild.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-18 22:42:44 -0800 (Thu, 18 Nov 2004)
Revision: 654
Log message:
Use "latex -interaction=errorstopmode -file-line-error-style" instead of just
"latex" as the default latex command.
Changes | Path |
+2 -2 | omake/OMakeroot.src.in |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2004-11-19 13:30:47 -0800 (Fri, 19 Nov 2004)
Revision: 655
Log message:
Also need to run latex multiple times if there were undefined references.
Changes | Path |
+4 -1 | omake/OMakeroot.src.in |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2004-11-19 14:05:13 -0800 (Fri, 19 Nov 2004)
Revision: 656
Log message:
Be more precise when deciding when to rerun LaTeX.
Changes | Path |
+1 -1 | omake/OMakeroot.src.in |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-19 15:41:50 -0800 (Fri, 19 Nov 2004)
Revision: 657
Log message:
-file-line-error-style is not supported on older versions of latex, dropping it.
Changes | Path |
+1 -1 | omake/OMakeroot.src.in |