From 5c067c424dd1696e691c23c3ab71285bd2dde9be Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 12 Oct 2014 17:43:44 -0400 Subject: build: Add "build" and "install" targets --- diff --git a/build b/build index ece25f1..fdbdfe9 100755 --- a/build +++ b/build @@ -7,3 +7,16 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure -- \ + --enable-bsdtar=shared --enable-bsdcpio=shared + oh-autobuild + touch $@ + +install: build + oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/libarchive.la + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1