Mercurial > dropbear
view libtommath/genlist.sh @ 1441:93d2bf610d0b
Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOG
sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 25 Jun 2017 23:22:11 +0800 |
parents | 60fc6476e044 |
children | 8bba51a55704 |
line wrap: on
line source
#!/bin/bash export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` perl ./parsenames.pl OBJECTS "$a" # $Source$ # $Revision$ # $Date$