OpenSSL: update to 1.0.2a
[tomato.git] / release / src / router / openssl / GitConfigure
blobbbab33ebc59dd07900d9c245d8d3a67c282927b1
1 #!/bin/sh
3 BRANCH=`git rev-parse --abbrev-ref HEAD`
5 ./Configure $@ no-symlinks
6 make files
7 util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
8 make -f makefile.$BRANCH init