repo.or.cz
/
ocaml.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sys.Signals module for a Variant type of signals (and a set_signal function that...
[ocaml.git]
/
build
/
world.sh
blob
1acf2b5944663382ccd6dc06644374469e5bc2c2
1
#!/bin/sh
2
# $Id$
3
cd
`dirname
$0
`
4
set -ex
5
.
/
mkconfig.sh
6
.
/
mkmyocamlbuild_config.sh
7
. ..
/
config
/
config.sh
8
if
[
"x
$EXE
"
=
"x.exe"
];
then
9
.
/
boot-c-parts-windows.sh
10
else
11
.
/
boot-c-parts.sh
12
fi
13
.
/
boot.sh $@
14
.
/
world.all.sh $@