~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to build/world.sh

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# $Id: world.sh,v 1.2.4.1 2007/03/12 11:58:48 pouillar Exp $
 
2
# $Id: world.sh,v 1.3.4.1 2008/10/23 15:29:11 ertai Exp $
3
3
cd `dirname $0`
4
 
set -ex
 
4
set -e
 
5
if [ -e ocamlbuild_mixed_mode ]; then
 
6
  echo ocamlbuild mixed mode detected
 
7
  echo 'please cleanup and re-launch (make clean ; ./build/distclean.sh)'
 
8
  exit 1
 
9
fi
5
10
./mkconfig.sh
6
11
./mkmyocamlbuild_config.sh
7
12
. ../config/config.sh