diff options
Diffstat (limited to 'openssl/GitConfigure')
-rwxr-xr-x | openssl/GitConfigure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openssl/GitConfigure b/openssl/GitConfigure new file mode 100755 index 000000000..bbab33ebc --- /dev/null +++ b/openssl/GitConfigure @@ -0,0 +1,8 @@ +#!/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 |