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

« back to all changes in this revision

Viewing changes to build/partial-boot.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
 
#!/bin/sh
2
 
# $Id: partial-boot.sh,v 1.2.4.9 2007/05/22 10:54:59 pouillar Exp $
3
 
set -ex
4
 
cd `dirname $0`/..
5
 
OCAMLBUILD_PARTIAL="true"
6
 
export OCAMLBUILD_PARTIAL
7
 
mkdir -p _build
8
 
cp -rf boot _build/
9
 
./build/mkconfig.sh
10
 
./build/mkmyocamlbuild_config.sh
11
 
./build/boot.sh