Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-10-19 09:39:16 -0700 (Thu, 19 Oct 2006)
Revision: 9611
Log message:

      (Bug 602) Implemented Shell.ln-or-cp that tries to create a symlink, or a hard
      link, or a copy. Got rid of the bogus symlink function in build/Common.om,
      using cp-or-ln instead.
      

Changes  Path
+1 -1 omake-branches/0.9.8.x/doc/OMakefile
+27 -0 omake-branches/0.9.8.x/lib/Pervasives.om
+3 -3 omake-branches/0.9.8.x/lib/build/C.om
+8 -15 omake-branches/0.9.8.x/lib/build/Common.om
+9 -9 omake-branches/0.9.8.x/lib/build/OCaml.om
+3 -3 omake-branches/0.9.8.x/mk/make_gen
+1 -1 omake-branches/0.9.8.x/src/Makefile.nt
+2 -2 omake-branches/0.9.8.x/src/libmojave/OMakefile
+2 -2 omake-branches/0.9.8.x/src/main/OMakefile
+1 -1 omake-branches/0.9.8.x/src/shell/OMakefile
+1 -1 omake-branches/0.9.8.x/src/util/OMakefile