Revision bffd5a7f356e8757014e3e036d776495b38bb5af authored by Matt Caswell on 25 September 2014, 20:31:40 UTC, committed by Matt Caswell on 25 September 2014, 20:31:40 UTC
Reviewed-by: Stephen Henson <steve@openssl.org>
1 parent 5e60396
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 ...