|
|
| version 1.1.1.1, 2025/01/22 13:44:04 | version 1.2, 2025/01/22 15:37:03 |
|---|---|
| Line 2 | Line 2 |
| PATH=/usr/local/bin:$PATH | PATH=/usr/local/bin:$PATH |
| echo "--- checking out FreeM source code" | |
| cvs -d:pserver:anonymous@cvs.coherent-logic.com:/home/cvsroot co freem | cvs -d:pserver:anonymous@cvs.coherent-logic.com:/home/cvsroot co freem |
| echo "--- running autoreconf --install" | |
| cd freem | cd freem |
| pwd | |
| autoreconf --install | autoreconf --install |
| if [ $? -ne 0 ] | if [ $? -ne 0 ] |
| then | then |
| Line 12 then | Line 14 then |
| exit 1 | exit 1 |
| fi | fi |
| echo "--- running configure" | |
| ./configure | ./configure |
| if [ $? -ne 0 ] | if [ $? -ne 0 ] |
| then | then |
| Line 19 then | Line 22 then |
| exit 1 | exit 1 |
| fi | fi |
| echo "--- running make" | |
| make | make |
| if [ $? -ne 0 ] | if [ $? -ne 0 ] |
| then | then |