diff options
author | Ben Laurie <ben@links.org> | 2013-04-06 16:17:30 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-04-06 16:17:30 +0200 |
commit | 9fc3ebda13af72a9250814aad70e0b09d7b24af1 (patch) | |
tree | d979c1daba6b0a7533a0d60700c2c2f09eb64216 /GitConfigure | |
parent | Merge, go back to copy-if-different. (diff) | |
download | openssl-9fc3ebda13af72a9250814aad70e0b09d7b24af1.tar.xz openssl-9fc3ebda13af72a9250814aad70e0b09d7b24af1.zip |
Helper scripts for one makefile build.
Diffstat (limited to 'GitConfigure')
-rwxr-xr-x | GitConfigure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/GitConfigure b/GitConfigure new file mode 100755 index 0000000000..bbab33ebc5 --- /dev/null +++ b/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 |