diff libtomcrypt/run.sh @ 511:582cb38e4eb5 insecure-nocrypto

propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Nov 2008 13:16:55 +0000
parents 0cbe8f6dbf9e
children 6dba84798cd5
line wrap: on
line diff
--- a/libtomcrypt/run.sh	Mon Oct 02 06:40:51 2006 +0000
+++ b/libtomcrypt/run.sh	Thu Nov 06 13:16:55 2008 +0000
@@ -1,5 +1,5 @@
 #!/bin/bash
-bash build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1"
+bash build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1" "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
 else
@@ -9,7 +9,7 @@
 fi
 
 rm -f testok.txt
-bash build.sh " $1" "$2 -Os" " $3 IGNORE_SPEED=1 LTC_SMALL=1"
+bash build.sh " $1" "$2 -Os" " $3 IGNORE_SPEED=1 LTC_SMALL=1" "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
 else
@@ -19,7 +19,7 @@
 fi
 
 rm -f testok.txt
-bash build.sh " $1" " $2" " $3"
+bash build.sh " $1" " $2" " $3 " "$4" "$5"
 if [ -a testok.txt ] && [ -f testok.txt ]; then
    echo
 else
@@ -31,5 +31,5 @@
 exit 0
 
 # $Source: /cvs/libtom/libtomcrypt/run.sh,v $   
-# $Revision: 1.13 $   
-# $Date: 2005/05/11 18:59:53 $ 
+# $Revision: 1.15 $   
+# $Date: 2005/07/23 14:18:31 $