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
GitMake
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
MAKE=make
which bsdmake > /dev/null && MAKE=bsdmake
$MAKE -f makefile.$BRANCH $@

Computing file changes ...