summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-22 01:30:07 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-22 01:33:25 (EDT)
commit8cb96115e5ae4f7c7559c4bd76c464b82a289d0a (patch)
tree7ac1281fd8264bec6efec4f4a51d36ac7a6f60d3 /build
parent6baa7b4a417c1c3097226037700d0241e8268a17 (diff)
build: Add "build" target.
Diffstat (limited to 'build')
-rwxr-xr-xbuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..497a1e8 100755
--- a/build
+++ b/build
@@ -4,3 +4,14 @@ include ../source.mk
nop:
@:
+
+build:
+ oh-autoconfigure -- \
+ --enable-utf \
+ --enable-unicode-properties \
+ $$(../jit-test.sh)
+ oh-autobuild
+ if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
+ oh-autobuild -T check; \
+ fi
+ touch $@