Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-10-05 18:40:01 -0700 (Fri, 05 Oct 2001)
Revision: 3419
Log message:

      - I got rid of "MAKE_JOBS" variable in mk/config. If you want "make" to keep
      running jobs in parallel when building MetaPRL, you should either
      a) Make sure you have MAKEFLAGS environment variable contains appropriate "-j nn"
      b) pass "-j nn" manually to make
      c) Add "-j nn" to the MAKE_OPTS in mk/config (make will print warnings if you do this).
      
      - I created a new config file - mk/config.local where people can put their
      customized settings that do not belong to mk/config
      
      - I fixed the problems caused by Camlp4 switch to keeping "escaped" strings
      in the ASTs
      
      - I got rid of the warnings caused by the outdated resource infos in old .prla
      
      - I renamed back "Summary!parent2" -> "Summary!parent" and "Summary!resource2" ->
      "Summary!resource" for backwards compatibility with old .prla and display forms.
      

Changes  Path
+4 -6 metaprl/Makefile
+1 -1 metaprl/doc/htmlman/mp-people.html
+2 -2 metaprl/filter/base/filter_prog.ml
+10 -3 metaprl/filter/base/filter_summary.ml
+3 -3 metaprl/filter/base/term_grammar.ml
Properties metaprl/mk
+16 -12 metaprl/mk/make_config.sh
+3 -9 metaprl/mk/preface
+1 -5 metaprl/refiner/reflib/ml_term.ml
+1274 -3989 metaprl/theories/itt/itt_decidable.prla
+65 -67 metaprl/theories/itt/itt_int_base.prla
+272 -274 metaprl/theories/itt/itt_record.prla
+86 -86 metaprl/theories/mc/fir_type.prla
+88 -88 metaprl/theories/mc/fir_type_exp.prla
+88 -88 metaprl/theories/mc/fir_type_int.prla
+87 -87 metaprl/theories/mc/fir_type_state.prla
+1 -1 metaprl/theories/ocaml/Makefile
+1 -1 metaprl/theories/ocaml/ocaml_expr_df.ml