Revision d65db21976dd24415d338ec292e3ee0552e550b4 authored by Ben Laurie on 06 September 2013, 13:03:28 UTC, committed by Scott Deboy on 09 February 2014, 16:07:16 UTC
1 parent 8acf1ff
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 ...