Revision f6fd8db2a4b6708864eac420e9d44047785fcbd9 authored by Scott Deboy on 09 February 2014, 16:26:04 UTC, committed by Scott Deboy on 09 February 2014, 16:26:04 UTC
1 parent d65db21
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 ...