summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-04-01 17:03:18 (EDT)
committer P. J. McDermott <pj@pehjota.net>2019-04-01 17:03:18 (EDT)
commitfa3137d88c752c35477552595a3834dfbbacfa08 (patch)
tree571dff3c8e70aa14410692e485f5e3ccb01ba7c7 /build
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-xbuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..b8502f4
--- /dev/null
+++ b/build
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+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
+ oh-fixperms
+ oh-strip
+ oh-installfiles