From 92b4496ee21fea4eef45f3bd2be1fdb0afa9312d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 25 Nov 2014 16:50:47 -0500 Subject: build: Add "install" target --- diff --git a/build b/build index a2c156a..615510b 100755 --- a/build +++ b/build @@ -19,3 +19,14 @@ build: # oh-autobuild -T check; \ #fi touch $@ + +install: build + oh-autoinstall + rm dest/usr/bin/glib-mkenums dest/usr/bin/gtester-report + rm dest/usr/lib/$(OPK_HOST_ARCH)/*.la + rm dest/usr/share/bash-completion/completions/* + rm dest/usr/share/gdb/auto-load/*.py + rm dest/usr/share/glib-2.0/gdb/*.py + oh-fixperms + oh-strip -k + oh-installfiles -- cgit v0.9.1