From 70bba2b9c5a93df3f92b0112c020771d4d406ee9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Aug 2014 10:53:57 -0400 Subject: build: Add "build" and "install" targets --- diff --git a/build b/build index 2a40656..da749b6 100755 --- a/build +++ b/build @@ -4,3 +4,16 @@ include ../source.mk nop: @: + +build: + oh-autobuild -- -f makefile.shared + touch $@ + +install: build + oh-autoinstall -- -f makefile.shared \ + LIBPATH='/usr/lib/$(OPK_HOST_ARCH)' \ + INSTALL_GROUP=root + rm dest/usr/lib/$(OPK_HOST_ARCH)/libtommath.la + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1