From fa3137d88c752c35477552595a3834dfbbacfa08 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 01 Apr 2019 17:03:18 -0400 Subject: Initial commit --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..b8502f4 --- /dev/null +++ b/build @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + oh-autotest; \ + fi + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1