summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-03 22:19:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-03 22:19:27 (EDT)
commitc6a1a6e4cac1b5e17ade080d97b3026587461b4a (patch)
tree53ccd3b22d503dffc4d0cd1e95501d97733c1515
parent4654d662a146fdff981b370a5705453f6edd0dc8 (diff)
build: Write build and install targets.
-rwxr-xr-xbuild12
1 files changed, 12 insertions, 0 deletions
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