Mercurial > dropbear
view libtommath/updatemakes.sh @ 1521:198e2ee0f4b1
- Fix dependencies and remove old default_options.h from version control
- Rename default_options.h.in -> default_options.h, and
default_options.h -> default_options_guard.h
- Fix newlines in default_options.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 19 Feb 2018 22:16:50 +0800 |
parents | 8bba51a55704 |
children | f52919ffd3b1 |
line wrap: on
line source
#!/bin/bash bash genlist.sh > tmplist perl filter.pl makefile tmplist sed -e 's/ *$//' < tmp.delme > makefile rm -f tmp.delme perl filter.pl makefile.icc tmplist sed -e 's/ *$//' < tmp.delme > makefile.icc rm -f tmp.delme perl filter.pl makefile.shared tmplist sed -e 's/ *$//' < tmp.delme > makefile.shared rm -f tmp.delme perl filter.pl makefile.cygwin_dll tmplist sed -e 's/ *$//' < tmp.delme > makefile.cygwin_dll rm -f tmp.delme perl filter.pl makefile.bcc tmplist sed -e 's/\.o /.obj /g' -e 's/ *$//' < tmp.delme > makefile.bcc rm -f tmp.delme perl filter.pl makefile.msvc tmplist sed -e 's/\.o /.obj /g' -e 's/ *$//' < tmp.delme > makefile.msvc rm -f tmp.delme rm -f tmplist # ref: $Format:%D$ # git commit: $Format:%H$ # commit time: $Format:%ai$