diff test.bash @ 76:81f1e400e8ab

start coding on new config syntax
author carl
date Sat, 16 Jul 2005 13:47:19 -0700
parents b7449114ebb0
children 946fc1bcfb2c
line wrap: on
line diff
--- a/test.bash	Wed Jul 13 23:04:14 2005 -0700
+++ b/test.bash	Sat Jul 16 13:47:19 2005 -0700
@@ -18,6 +18,8 @@
 ###########################
 # compile the milter
 #
+
+if [ "$1" == "build" ]; then
 rm -f dnsbl.o scanner.o context.o tokenizer.o
 g++ -c -pthread dnsbl.cpp scanner.cpp context.cpp tokenizer.cpp
 if [ $? -ne 0 ]; then
@@ -29,6 +31,7 @@
     echo "linker errors"
     exit
 fi
+fi
 
 if [ "$1" == "comp" ]; then
     exit