summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWarren McDonald <wmickeyd@gmail.com>2012-11-30 21:10:39 (EST)
committer P. J. McDermott <pjm@nac.net>2013-11-09 14:46:24 (EST)
commitd684eb5bf6863ac247071e66806fb8170bbe85c9 (patch)
tree5b47f18d58e0d641705da7d7526fd3b3748eb51b /build
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-xbuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..fb09855
--- /dev/null
+++ b/build
@@ -0,0 +1,16 @@
+#! /usr/bin/make -f
+
+nop:
+ @:
+
+build:
+ oh-autoconfigure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libmpfr.la'
+ oh-fixperms
+ oh-strip
+ oh-installfiles