From 6b39fa811b8b9f7c6e22aa06be0275f5cc87fe73 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 25 Jul 2014 12:34:57 -0400 Subject: build: Add "build" and "install" target commands --- diff --git a/build b/build index dab0c25..13dc2d5 100755 --- a/build +++ b/build @@ -6,6 +6,13 @@ nop: @: build: + oh-autoconfigure + oh-autobuild touch $@ install: build + oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/libjpeg.la + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1