Revision bc9563f83d28342b5ec0073ec12d9e581e4f3317 authored by Dr. Stephen Henson on 21 September 2016, 11:54:13 UTC, committed by Dr. Stephen Henson on 21 September 2016, 18:56:05 UTC
Reviewed-by: Matt Caswell <matt@openssl.org>
1 parent 709ec8b
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 ...