From fa70aef7c61307d442cfb7c5769e30df8b54867a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 13 Oct 2014 14:52:45 -0400 Subject: build: Add "build" and "install" targets --- diff --git a/build b/build index 2a40656..66ffce6 100755 --- a/build +++ b/build @@ -4,3 +4,18 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure + oh-autobuild + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + oh-autotest; \ + fi + touch $@ + +install: build + oh-autoinstall + mv dest/usr/bin/patch dest/usr/bin/patch.gnu + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1