From 95e45605b2f1b4648e263d6cc9f8d605ba0a0982 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 03 Dec 2018 21:55:50 -0500 Subject: build: Add --- 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