Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-12-11 18:37:03 -0800 (Sat, 11 Dec 2004)
Revision: 680
Log message:
1) Allow '# ...' comment lines in the output of .SCANNER commands. I had to add
this because on Fedora Core 3 "gcc -MM" is generating things like
# 1 "/home/aleksey/metaprl/omake//"
lm_ctype.o: lm_ctype.c /usr/lib/ocaml/caml/mlvalues.h \
/usr/lib/ocaml/caml/compatibility.h /usr/lib/ocaml/caml/config.h \
/usr/lib/ocaml/caml/misc.h /usr/lib/ocaml/caml/alloc.h \
/usr/lib/ocaml/caml/mlvalues.h /usr/lib/ocaml/caml/memory.h \
/usr/lib/ocaml/caml/fail.h /usr/lib/ocaml/caml/custom.h
for some reason.
2) For some reason Makefile.in and OMakefile.in had slightly different rules
for creating the documantation files. As a workaround, make will now call
omake for building the documentation files.
Changes | Path |
+10 -14 | omake/Makefile.in |
+4 -0 | omake/src/env/omake_ast_lex.mll |
+2 -0 | omake/src/env/omake_ast_parse.input |