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

« back to all changes in this revision

Viewing changes to build/myocamlbuild.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: myocamlbuild.sh,v 1.2.2.4 2007/03/12 11:58:48 pouillar Exp $
 
2
# $Id: myocamlbuild.sh,v 1.3 2007/10/08 14:19:34 doligez Exp $
3
3
cd `dirname $0`/..
4
4
set -xe
5
5
if [ ! -x _build/ocamlbuild/ocamlbuildlight.byte ]; then