From d404afe72dcc02f293506712945b63e2d777181d Mon Sep 17 00:00:00 2001 From: David T. Stanford Date: Wed, 21 Nov 2012 11:19:44 -0500 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..4b624aa --- /dev/null +++ b/build @@ -0,0 +1,19 @@ +#! /usr/bin/make -f + +nop: + @: + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + oh-autotest + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1