Revision bec1093cced8c2e8b43f9bbc51992c86c1c567d4 authored by Billy Brumley on 22 May 2015, 14:44:49 UTC, committed by Andy Polyakov on 26 May 2015, 08:14:19 UTC
RT#3858 Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 71f6130b7a96bacbffae4611796ed98c2f724d96)
1 parent 78ac7fa
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 ...