diff options
author | P. 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) |
commit | bd89c4794ea0663674ee6c2c3e5dff8b53650c38 (patch) | |
tree | ef05aad6addfa0e8542ab0961c14622f7dfaf8b9 | |
parent | 99d4c6f809cfe68eb9487b81cc3033fc46cb0a39 (diff) |
build: Add "build" and "install" targets
-rwxr-xr-x | build | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |