summaryrefslogtreecommitdiffstats
path: root/build
blob: 497a1e871dfc319c028b9ef8239d22e487fa0b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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 $@