Revision cd7c7fc20b9feeb900632389401f514ac6b82f16 authored by Matt Caswell on 10 September 2019, 13:36:07 UTC, committed by Matt Caswell on 10 September 2019, 13:36:07 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent c98ce13
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 ...