Revision 32b07f5a80d22b34cfcd6df76d425bed771b0146 authored by Matt Caswell on 22 December 2014, 11:34:24 UTC, committed by Matt Caswell on 05 January 2015, 14:17:51 UTC
RT3638 Reviewed-by: Emilia Käsper <emilia@openssl.org>
1 parent e783bae
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 ...