Revision 22c21b60afb33bf32f91560e7c29c21588429420 authored by Matt Caswell on 10 December 2015, 14:23:10 UTC, committed by Matt Caswell on 10 December 2015, 14:23:10 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent ac7f47d
GitConfigure
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
./Configure $@
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
MAKE=make
which bsdmake > /dev/null && MAKE=bsdmake
$MAKE -f makefile.$BRANCH init

Computing file changes ...