openssl1.0/GitConfigure

9 lines
207 B
Plaintext
Raw Normal View History

2019-08-09 10:00:55 +02:00
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
./Configure $@ no-symlinks
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
make -f makefile.$BRANCH init