blob: 3451553245378128bff8086a4d31733a2eec5b0c [file] [log] [blame]
Ben Laurie9fc3ebd2013-04-06 15:17:30 +01001#!/bin/sh
2
3BRANCH=`git rev-parse --abbrev-ref HEAD`
4
Richard Levitte0190de82015-03-27 01:31:03 +01005./Configure $@
Ben Laurie9fc3ebd2013-04-06 15:17:30 +01006make files
7util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
Ben Laurie63116812013-10-20 21:54:46 +01008MAKE=make
9which bsdmake > /dev/null && MAKE=bsdmake
10$MAKE -f makefile.$BRANCH init