diff options
author | P. 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) |
commit | 7484dd8c4623fe6b0a6ebe3b20c2e4622681e8be (patch) | |
tree | 14f0b8b1e39e0acce1c1b75db58be8abd19e0996 | |
parent | b72f9a5cc376dba24fb515e7178ef2f189583eb4 (diff) |
build: Add "build" target.
-rwxr-xr-x | build | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |