Revision a466be6243b54cf26bbdbd6c9b9c48ad75b18a09 authored by Ben Laurie on 23 February 2014, 11:21:39 UTC, committed by Ben Laurie on 23 February 2014, 11:21:39 UTC
1 parent 60327ce
GitConfigure
#!/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

Computing file changes ...