From e887c4187ef9bb5dc74576270c50706cbb0b4912 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 13 Jun 2013 15:09:48 +0100 Subject: Backport single makefile from master. --- GitConfigure | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 GitConfigure (limited to 'GitConfigure') 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 -- cgit v1.2.3