Revision b6c202993180905efa411fcdca221c17d8862c6b authored by Andy Polyakov on 22 April 2012, 21:18:30 UTC, committed by Andy Polyakov on 01 February 2014, 21:17:36 UTC
(cherry picked from commit 71fa3bc5ece9121d1aa9bb513b5641e9ea605e14)
1 parent 45d0102
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 ...