Mercurial > dropbear
comparison libtommath/genlist.sh @ 1470:8bba51a55704
Update to libtommath v1.0.1
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 08 Feb 2018 23:11:40 +0800 |
parents | 60fc6476e044 |
children |
comparison
equal
deleted
inserted
replaced
1469:51043e868f55 | 1470:8bba51a55704 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` | 3 export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` |
4 perl ./parsenames.pl OBJECTS "$a" | 4 perl ./parsenames.pl OBJECTS "$a" |
5 | 5 |
6 # $Source$ | 6 # ref: $Format:%D$ |
7 # $Revision$ | 7 # git commit: $Format:%H$ |
8 # $Date$ | 8 # commit time: $Format:%ai$ |