Mercurial > dropbear
comparison libtomcrypt/check_source.sh @ 1471:6dba84798cd5
Update to libtomcrypt 1.18.1, merged with Dropbear changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Feb 2018 21:44:05 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1470:8bba51a55704 | 1471:6dba84798cd5 |
---|---|
1 #!/bin/bash | |
2 | |
3 # output version | |
4 bash printinfo.sh | |
5 | |
6 make clean > /dev/null | |
7 | |
8 echo "checking..." | |
9 ./helper.pl --check-source --check-makefiles --check-defines|| exit 1 | |
10 | |
11 exit 0 | |
12 | |
13 # ref: $Format:%D$ | |
14 # git commit: $Format:%H$ | |
15 # commit time: $Format:%ai$ |