Files
nginx-custom/openssl-1.0.2f/GitConfigure
2017-02-25 23:55:24 +01: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