summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-02 13:01:10 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-02 13:01:10 (EDT)
commitbd89c4794ea0663674ee6c2c3e5dff8b53650c38 (patch)
treeef05aad6addfa0e8542ab0961c14622f7dfaf8b9
parent99d4c6f809cfe68eb9487b81cc3033fc46cb0a39 (diff)
build: Add "build" and "install" targets
-rwxr-xr-xbuild12
1 files changed, 12 insertions, 0 deletions
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