Mercurial > dnsbl
comparison package @ 110:75c10deb3fe9
move to autoconf/automake/docbook
author | carl |
---|---|
date | Sun, 18 Dec 2005 15:16:25 -0800 |
parents | 9978e29c4d71 |
children | d0dad5610980 |
comparison
equal
deleted
inserted
replaced
109:9978e29c4d71 | 110:75c10deb3fe9 |
---|---|
5 VER=`echo $T | cut -d, -f2 | cut -d')' -f1` | 5 VER=`echo $T | cut -d, -f2 | cut -d')' -f1` |
6 BALL=$NAME-$VER.tar.gz | 6 BALL=$NAME-$VER.tar.gz |
7 web=/home/httpd/html/510sg/$NAME | 7 web=/home/httpd/html/510sg/$NAME |
8 distlog=/tmp/distcheck | 8 distlog=/tmp/distcheck |
9 | 9 |
10 echo $NAME $VER $BALL | |
11 exit | |
12 | |
13 # make $BALL | |
14 chown --recursive root:root * | 10 chown --recursive root:root * |
15 make -f *cvs | 11 make -f *cvs |
16 ./configure >/dev/null | 12 ./configure >/dev/null |
17 (cd xml; make; make distclean) | 13 (cd xml; make; make distclean) |
18 cp -a html/*html $web | 14 # cp -a html/*html $web |
19 make distcheck >$distlog 2>&1 | 15 make distcheck >$distlog 2>&1 |
20 if [ $? -eq 0 ]; then | 16 if [ $? -eq 0 ]; then |
17 exit | |
21 if [ -f $BALL ]; then | 18 if [ -f $BALL ]; then |
22 # expand locally to see the tarball | 19 # expand locally to see the tarball |
23 rm -rf junk | 20 rm -rf junk |
24 mkdir junk | 21 mkdir junk |
25 cd junk | 22 cd junk |