Revision 5ef5b9ffa91ad6061c42291564a1dc786300ebdd authored by Richard Levitte on 11 June 2015, 13:41:25 UTC, committed by Richard Levitte on 11 June 2015, 13:51:16 UTC
$(PROGS) was mistakenly removed, adding it back. Reviewed-by: Matt Caswell <matt@openssl.org>
1 parent d44f89c
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 ...