summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-09 18:12:44 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-09 18:12:44 (EDT)
commitacf739d31e38f7a00bcd7128e00a0db446c93ba5 (patch)
tree15a7dfafd20776ad1ec6b550bfa2b9c9a36a4949
parent16b6cd8ffa34df43b29520a943e5958ca2a7c795 (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 20eb1b7..04ca6e5 100755
--- a/build
+++ b/build
@@ -7,6 +7,9 @@ macros = \
pkgdatadir=/usr/share/$(OPK_SOURCE) \
archtabdir=/usr/share/opkhelper/archtab-v1
+nop:
+ @:
+
build:
oh-autoconfigure
oh-autobuild -- $(macros)