annotate build.sh @ 2:04384d01b1d7

Added build script, changed header location
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 28 Feb 2011 22:47:10 +0100
parents
children 130a6a714966
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
1 #!/bin/sh
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
2 rm -rf build
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
3 mkdir build
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
4 cp -r config.m4 nacl.c php_nacl.h tests build/
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
5 cd build
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
6 phpize
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
7 ./configure
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
8 make
04384d01b1d7 Added build script, changed header location
Ivo Smits <Ivo@UCIS.nl>
parents:
diff changeset
9 make test