#!/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 $@