summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-08 23:07:16 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-08 23:07:16 (EST)
commit4dfef4f6ad63ff417387aa70018c6a0d4f69de3c (patch)
tree1881647a989ef0ae0b9abf35d08bae47ad15c262
parentb726f1fec2971007614df04da517676cfbfc2244 (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index e67612b..082f29d 100755
--- a/build
+++ b/build
@@ -2,6 +2,9 @@
include ../source.mk
+nop:
+ @:
+
configure:
oh-autoconfigure -- \
--enable-threads --disable-java \