summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-07 19:59:28 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-07 19:59:28 (EDT)
commit498ad5314e26db73950a1e1b58bb79442a8ac0f5 (patch)
tree29366a52f1beac5cc06483ae6e9288909b064a20
parent6e39c2ce74938916e65262db2db541cc479fec60 (diff)
build: Build verbosely
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index ebe4b40..1926fe2 100755
--- a/build
+++ b/build
@@ -7,7 +7,7 @@ nop:
build:
oh-autoconfigure
- oh-autobuild
+ oh-autobuild V=1
if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
oh-autotest; \
fi