diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-21 22:59:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-21 22:59:45 (EDT) |
commit | e50e33c2c1e6d5cc619b14e1e808c5c44703e761 (patch) | |
tree | 067141815967db5bdf442833d03f3c1503ea35c7 | |
parent | 41363813dd12138bcc372032e18616d7f3227489 (diff) |
build: Add "install" target.
-rwxr-xr-x | build | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,3 +12,10 @@ build: oh-autobuild -B build -T check; \ fi touch $@ + +install: build + oh-autoinstall -B build + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libffi.la + oh-fixperms + oh-strip -k + oh-installfiles |