summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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 $@