From c6a1a6e4cac1b5e17ade080d97b3026587461b4a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 03 Jun 2013 22:19:27 -0400 Subject: build: Write build and install targets. --- diff --git a/build b/build index 2a40656..6015e93 100755 --- a/build +++ b/build @@ -4,3 +4,15 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libmagic.la + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1