summaryrefslogtreecommitdiffstats
path: root/GitMake
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-27 12:32:42 -0500
committerRich Salz <rsalz@openssl.org>2016-02-27 13:39:46 -0500
commit6ab364149d8b76b5d2341a2e708e727cad060416 (patch)
tree5d9a6cc432c6eb0fcf900ddef6e1864c1f12ecdc /GitMake
parentb23238f9aa95bcc31a369d3b24616f4f99691052 (diff)
Remove some old files.
I read the PROBLEMS, and they're outdated; nothing I'd put in the online FAQ, for example. Test-builds work without using these files. Had to remove the rehash.time stuff from Makefile.in Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'GitMake')
-rwxr-xr-xGitMake7
1 files changed, 0 insertions, 7 deletions
diff --git a/GitMake b/GitMake
deleted file mode 100755
index db300045bb..0000000000
--- a/GitMake
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-BRANCH=`git rev-parse --abbrev-ref HEAD`
-
-MAKE=make
-which bsdmake > /dev/null && MAKE=bsdmake
-$MAKE -f makefile.$BRANCH $@