summaryrefslogtreecommitdiff
path: root/GitConfigure
blob: 3451553245378128bff8086a4d31733a2eec5b0c (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

BRANCH=`git rev-parse --abbrev-ref HEAD`

./Configure $@
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
MAKE=make
which bsdmake > /dev/null && MAKE=bsdmake
$MAKE -f makefile.$BRANCH init