]> git.ipfire.org Git - thirdparty/openssl.git/blame - GitConfigure
make update
[thirdparty/openssl.git] / GitConfigure
CommitLineData
e887c418
BL
1#!/bin/sh
2
3BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5./Configure $@ no-symlinks
6make files
7util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
8make -f makefile.$BRANCH init