RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Rev | Line | |
---|
[d7acd89] | 1 | #! /bin/sh |
---|
[fd51dc3] | 2 | if ! cvs diff > /dev/null 2> /dev/null ; then |
---|
[d7acd89] | 3 | echo There are changes not checked into CVS - please rectify |
---|
| 4 | exit 1 |
---|
| 5 | fi |
---|
| 6 | # Update ChangeLog |
---|
[fd51dc3] | 7 | if ! ../cvs2cl/cvs2cl.pl 2> /dev/null ; then |
---|
| 8 | echo Failed to update ChangeLog from CVS |
---|
| 9 | exit 1 |
---|
| 10 | fi |
---|
| 11 | if test -f Makefile ; then |
---|
| 12 | if ! make distclean ; then |
---|
| 13 | echo make distclean failed |
---|
| 14 | exit 1 |
---|
| 15 | fi |
---|
| 16 | fi |
---|
[eea518c] | 17 | if ! ./configure ; then |
---|
| 18 | echo configure failed |
---|
| 19 | exit 1 |
---|
| 20 | fi |
---|
[c693a3f] | 21 | # make distcheck fails - cvs version of automake doesn't clean up all the |
---|
| 22 | # files it creates... |
---|
| 23 | if ! make dist ; then |
---|
| 24 | echo make dist failed |
---|
[e719df1] | 25 | exit 1 |
---|
| 26 | fi |
---|
[fd51dc3] | 27 | if ! make dos_doc_zip ; then |
---|
| 28 | echo make dos_doc_zip failed |
---|
| 29 | exit 1 |
---|
| 30 | fi |
---|
| 31 | if ! env CC=i386-pc-msdosdjgpp-gcc LDFLAGS=-s STRIP=echo CAVEROT=caverot.exe \ |
---|
| 32 | CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no ; then |
---|
| 33 | echo djgpp configure failed |
---|
| 34 | exit 1 |
---|
| 35 | fi |
---|
| 36 | if ! make djgpp ; then |
---|
| 37 | echo djgpp make failed |
---|
| 38 | exit 1 |
---|
| 39 | fi |
---|
| 40 | if ! make distclean ; then |
---|
| 41 | echo make distclean failed |
---|
| 42 | exit 1 |
---|
| 43 | fi |
---|
[d7acd89] | 44 | PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH |
---|
[fd51dc3] | 45 | if ! env ac_cv_c_bigendian=no LDFLAGS=-s ./configure --with-x=no ; then |
---|
| 46 | echo mingw configure failed |
---|
| 47 | exit 1 |
---|
| 48 | fi |
---|
| 49 | if ! make mingw ; then |
---|
| 50 | echo mingw make failed |
---|
| 51 | exit 1 |
---|
| 52 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.