Revision c2bbf058736b8cb5b32e78a50d1410fa34cc8284 authored by Richard Levitte on 15 February 2016, 18:37:20 UTC, committed by Richard Levitte on 15 February 2016, 18:37:20 UTC
Reviewed-by: Stephen Henson <steve@openssl.org>
1 parent c35f5c3
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 ...