summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..4838903 100755
--- a/build
+++ b/build
@@ -4,3 +4,11 @@ include ../source.mk
nop:
@:
+
+build:
+ oh-autoconfigure -B build
+ oh-autobuild -B build
+ if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
+ oh-autobuild -B build -T check; \
+ fi
+ touch $@