From bd89c4794ea0663674ee6c2c3e5dff8b53650c38 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Aug 2014 13:01:10 -0400 Subject: build: Add "build" and "install" targets --- diff --git a/build b/build index 2a40656..3a7ebd5 100755 --- a/build +++ b/build @@ -4,3 +4,15 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/libltdl.la + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1