summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-23 18:41:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-23 18:41:12 (EDT)
commit7484dd8c4623fe6b0a6ebe3b20c2e4622681e8be (patch)
tree14f0b8b1e39e0acce1c1b75db58be8abd19e0996
parentb72f9a5cc376dba24fb515e7178ef2f189583eb4 (diff)
build: Add "build" target.
-rwxr-xr-xbuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/build b/build
index 2311c06..1d937e7 100755
--- a/build
+++ b/build
@@ -5,3 +5,14 @@ include ../source.mk
nop:
@:
+
+build:
+ oh-autoconfigure -- \
+ --enable-static \
+ --disable-selinux \
+ --disable-fam \
+ --disable-xattr \
+ --disable-libelf \
+ --without-python \
+ --with-pcre=system
+ oh-autobuild