Revision 3a9328e3f7adfb0e5ccfb5375c98f4ef304f8554 authored by Kurt Roeckx on 22 November 2015, 23:07:28 UTC, committed by Kurt Roeckx on 24 November 2015, 20:54:38 UTC
Backport of 0e04674e964b905e67e3d215bcf888932c92765f Reviewed-by: Steve Henson <steve@openssl.org> RT #4047, #4110, MR #1356
1 parent 943c4ca
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 ...