Revision 8aa556e1c3b49274ccae579cb584eb5b702a3b0e authored by Richard Levitte on 11 June 2015, 13:42:42 UTC, committed by Richard Levitte on 11 June 2015, 13:51:16 UTC
Reviewed-by: Matt Caswell <matt@openssl.org>
1 parent 5ef5b9f
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 ...