Mercurial > dnsbl
comparison package @ 113:a893afee4b80 stable-5-11
move to autoconf/automake/docbook
author | carl |
---|---|
date | Tue, 20 Dec 2005 17:35:16 -0800 |
parents | 96b2eb7f25f5 |
children | aa07452e641b |
comparison
equal
deleted
inserted
replaced
112:96b2eb7f25f5 | 113:a893afee4b80 |
---|---|
9 | 9 |
10 chown --recursive root:root * | 10 chown --recursive root:root * |
11 make -f *cvs | 11 make -f *cvs |
12 ./configure >/dev/null | 12 ./configure >/dev/null |
13 (cd xml; make; make distclean) | 13 (cd xml; make; make distclean) |
14 # cp -a html/*html $web | 14 cp -a html/*html $web |
15 make distcheck >$distlog 2>&1 | 15 make distcheck >$distlog 2>&1 |
16 if [ $? -eq 0 ]; then | 16 if [ $? -eq 0 ]; then |
17 if [ -f $BALL ]; then | 17 if [ -f $BALL ]; then |
18 # expand locally to see the tarball | 18 # expand locally to see the tarball |
19 rm -rf junk | 19 rm -rf junk |
20 ## mkdir junk | 20 mkdir junk |
21 ## cd junk | 21 cd junk |
22 ## tar xfz ../$BALL | 22 tar xfz ../$BALL |
23 ## cd $NAME-$VER | 23 cd $NAME-$VER |
24 ## ./configure >/dev/null | 24 ./configure >/dev/null |
25 ## make >/dev/null | 25 make >/dev/null |
26 ## make install >/dev/null | 26 ## make install >/dev/null |
27 ## if [ -f /etc/rc.d/init.d/$NAME ]; then | 27 ## if [ -f /etc/rc.d/init.d/$NAME ]; then |
28 ## /etc/rc.d/init.d/$NAME stop | 28 ## /etc/rc.d/init.d/$NAME stop |
29 ## fi | 29 ## fi |
30 ## make chkconfig | 30 ## make chkconfig |
31 ## if [ -f /etc/rc.d/init.d/$NAME ]; then | 31 ## if [ -f /etc/rc.d/init.d/$NAME ]; then |
32 ## chkconfig $NAME on | 32 ## chkconfig $NAME on |
33 ## /etc/rc.d/init.d/$NAME start | 33 ## /etc/rc.d/init.d/$NAME start |
34 ## fi | 34 ## fi |
35 ## cd .. | 35 cd .. |
36 ## cd .. | 36 cd .. |
37 | 37 |
38 # build rpm on target | 38 # build rpm on target |
39 target=host62 | 39 target=host62 |
40 scp $BALL $target:/tmp | 40 scp $BALL $target:/tmp |
41 ssh $target "cd /tmp; rpmbuild -ta $BALL" | 41 ssh $target "cd /tmp; rpmbuild -ta $BALL" |