aboutsummaryrefslogtreecommitdiffstats
path: root/GitConfigure
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-06 15:17:30 +0100
committerBen Laurie <ben@links.org>2013-04-06 15:17:30 +0100
commit9fc3ebda13af72a9250814aad70e0b09d7b24af1 (patch)
treed979c1daba6b0a7533a0d60700c2c2f09eb64216 /GitConfigure
parent1a70fe953a65a1b7ed3814c1bb415814f628ba44 (diff)
downloadopenssl-9fc3ebda13af72a9250814aad70e0b09d7b24af1.tar.gz
Helper scripts for one makefile build.
Diffstat (limited to 'GitConfigure')
-rwxr-xr-xGitConfigure8
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