1 2 3 4 5 6 7
#!/bin/sh BRANCH=`git rev-parse --abbrev-ref HEAD` MAKE=make which bsdmake > /dev/null && MAKE=bsdmake $MAKE -f makefile.$BRANCH $@