Revision ae5c8664e587f2445c8e4eb436cffbb64af4f6b8 authored by Matt Caswell on 22 January 2015, 03:29:12 UTC, committed by Matt Caswell on 22 January 2015, 09:31:38 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent aae3233
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 ...