Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-27 18:17:58 -0700 (Fri, 27 Apr 2007)
Revision: 10546
Log message:

      Drop handling of #!, and use a "set" command instead.
     
     See "#! processing" thread on omake-devel@metaprl.org,
     message id <46327CCC.9010601@metaprl.org>.

Changes  Path
+1 -0 omake-branches/0.9.8.x/lib/OMakeroot.om
+2 -1 omake-branches/0.9.8.x/lib/Pervasives.om
+1 -0 omake-branches/0.9.8.x/lib/build/C.om
+1 -0 omake-branches/0.9.8.x/lib/build/Common.om
+1 -0 omake-branches/0.9.8.x/lib/build/LaTeX.om
+1 -0 omake-branches/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-branches/0.9.8.x/lib/build/svn_realclean.om
+1 -0 omake-branches/0.9.8.x/lib/configure/Configure.om
+1 -0 omake-branches/0.9.8.x/lib/configure/X.om
+1 -0 omake-branches/0.9.8.x/lib/configure/fam.om
+1 -0 omake-branches/0.9.8.x/lib/configure/fs_case_sensitive.om
+1 -0 omake-branches/0.9.8.x/lib/configure/ncurses.om
+1 -0 omake-branches/0.9.8.x/lib/configure/readline.om
+1 -0 omake-branches/0.9.8.x/lib/configure/snprintf.om
+1 -0 omake-branches/0.9.8.x/lib/parse/C/Lex.om
+1 -0 omake-branches/0.9.8.x/lib/parse/C/Parse.om
+1 -1 omake-branches/0.9.8.x/omake.spec
+1 -1 omake-branches/0.9.8.x/src/Makefile
+1 -1 omake-branches/0.9.8.x/src/Makefile.nt
+0 -1 omake-branches/0.9.8.x/src/ast/omake_ast.ml
+0 -4 omake-branches/0.9.8.x/src/ast/omake_ast_print.ml
+3 -7 omake-branches/0.9.8.x/src/ast/omake_ast_util.ml
+0 -9 omake-branches/0.9.8.x/src/builtin/omake_builtin_rule.ml
+2 -15 omake-branches/0.9.8.x/src/env/omake_ast_lex.mll
+7 -18 omake-branches/0.9.8.x/src/env/omake_ast_parse.input
+3 -8 omake-branches/0.9.8.x/src/env/omake_env.ml
+0 -1 omake-branches/0.9.8.x/src/env/omake_env.mli
+7 -7 omake-branches/0.9.8.x/src/env/omake_ir_ast.ml
+1 -0 omake-branches/0.9.8.x/src/ir/omake_symbol.ml