aboutsummaryrefslogtreecommitdiff
path: root/openssl/GitMake
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/GitMake')
-rwxr-xr-xopenssl/GitMake5
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl/GitMake b/openssl/GitMake
new file mode 100755
index 000000000..47beffd6b
--- /dev/null
+++ b/openssl/GitMake
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+BRANCH=`git rev-parse --abbrev-ref HEAD`
+
+make -f makefile.$BRANCH $@