Revision 3df69d3aefde7671053d4e3c242b228e5d79c83f authored by Matt Caswell on 19 March 2015, 13:31:16 UTC, committed by Matt Caswell on 19 March 2015, 13:31:16 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 921095d
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 ...