ocaml/otherlibs/systhreads
Wojciech Meyer 241585bc83 build: replace ocamlcomp*.sh.
This script was built from ocamlcomp.sh.in through sed and is called
instead of "ocamlc" (for instance).
It makes it possible to switch from "ocamlc" to "ocamlc.opt" without
changing anything in the Makefiles, only calling sed.

I couldn't cleanly make it handle both a compiler for the target and for
the build. Instead I'm replacing it and doing as much as possible
directly in the Makefiles.
I hoped it would reduce the number of shell invocations, which would
speed things up quite a lot on Windows but I still had to have at least
one since it's not possible to update a make variable from inside a make
rule: i.e. it's not possible to do X=a, build a.opt and update X to be
a.opt.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14168 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-09-20 00:22:38 +00:00
..
.depend merge changes from 4.00 branching to 4.00.0 (part 1) 2012-07-26 19:21:54 +00:00
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
Makefile build: replace ocamlcomp*.sh. 2013-09-20 00:22:38 +00:00
Makefile.nt build: replace ocamlcomp*.sh. 2013-09-20 00:22:38 +00:00
condition.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
condition.mli Wrong quoting chase. 2013-05-29 18:05:44 +00:00
event.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
event.mli Wrong quoting chase. 2013-05-29 18:05:44 +00:00
libthreads.clib Merge branch 'ocaml-git/buildsys' (early part) into trunk 2010-05-11 13:34:20 +00:00
mutex.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
mutex.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
st_posix.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
st_stubs.c Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
st_win32.h Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
thread.ml Merge branch 4.01 from branching point to 4.01.0+rc1 2013-09-04 15:12:37 +00:00
thread.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
threadUnix.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
threadUnix.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
threads.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
threads.mllib Add many .mllib .mlpack .clib .dlib files 2007-02-07 09:52:28 +00:00