summaryrefslogtreecommitdiff
path: root/GitConfigure
blob: bbab33ebc59dd07900d9c245d8d3a67c282927b1 (plain)
1
2
3
4
5
6
7
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