Files
GmSSL/GitConfigure
zhaoxiaomeng 53af3b51ae quantum init
2018-01-04 13:40:59 +08:00

9 lines
207 B
Bash
Executable File

#!/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