Revision 06f87e9685bb2faa033f682aa66b70059e398f71 authored by Matt Caswell on 24 January 2017, 16:34:40 UTC, committed by Matt Caswell on 26 January 2017, 11:02:44 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 918d8ea
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 ...