Revision 739a5eee619fc8c03736140828891b369f8690f4 authored by Matt Caswell on 22 January 2015, 03:41:31 UTC, committed by Matt Caswell on 22 January 2015, 09:20:10 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 0f113f3
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=make
which bsdmake > /dev/null && MAKE=bsdmake
$MAKE -f makefile.$BRANCH init

Computing file changes ...