From f578a28996e66d9b0460aed465f611d560579095 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 04 Aug 2013 14:27:29 -0400 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..ce80e13 --- /dev/null +++ b/build @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + # Remove GNU Info index. + rm -f dest/usr/share/info/dir + oh-fixperms + oh-strip -k + oh-installfiles -- cgit v0.9.1