Revision 902f3f50d051dfd6ebf009d352aaf581195caabf authored by Matt Caswell on 01 March 2016, 13:36:54 UTC, committed by Matt Caswell on 01 March 2016, 13:36:54 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 45e53cf
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 ...