summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-15 14:21:20 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-15 14:21:20 (EDT)
commit0d28ccf394996a71077e9254cea932f03dd9f0a3 (patch)
treefecd458fdfdbdfceee8b572dcc15c91ccb8ec199
parentc6ccbf5217e9242bba002d9ccc885bbc75fd57f9 (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index a89eaa1..25c3e3e 100755
--- a/build
+++ b/build
@@ -2,6 +2,9 @@
include ../source.mk
+nop:
+ @:
+
build:
oh-autoconfigure -- \
--disable-static \