Revision 35a1cc90bc1795e8893c11e442790ee7f659fffb authored by Matt Caswell on 17 January 2015, 00:06:54 UTC, committed by Matt Caswell on 22 January 2015, 09:20:10 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 50e735f
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 ...