comparison package @ 28:51d826f31329

more cleanup from Arne, document 7c block format
author carl
date Sat, 25 Feb 2006 16:03:45 -0800
parents 73e8959cd86b
children 311e52c62f06
comparison
equal deleted inserted replaced
27:99e6b70cdfb3 28:51d826f31329
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 15 if [ "$1" == "test" ]; then
16 ## pst=/home/ldap/outlook.pst 16 make
17 ## rm -f pst2ldif.log my.log 17 pst=/home/ldap/outlook.pst
18 ## src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $pst >ams.ldif 18 rm -f pst2ldif.log my.log
19 ## src/readpstlog pst2ldif.log | less >my.log 19 src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' $pst >ams.ldif
20 ## hexdump -C -v $pst >pst.dump 20 src/readpstlog pst2ldif.log | less >my.log
21 ## chown --recursive carl:carl * 21 hexdump -C -v $pst >pst.dump
22 ## exit 22 chown --recursive carl:carl *
23 exit
24 fi
23 make distcheck >$distlog 2>&1 25 make distcheck >$distlog 2>&1
24 26
25 if [ $? -eq 0 ]; then 27 if [ $? -eq 0 ]; then
26 if [ -f $BALL ]; then 28 if [ -f $BALL ]; then
27 # expand locally to see the tarball 29 # expand locally to see the tarball