diff options
author | Patrick 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) |
commit | 498ad5314e26db73950a1e1b58bb79442a8ac0f5 (patch) | |
tree | 29366a52f1beac5cc06483ae6e9288909b064a20 | |
parent | 6e39c2ce74938916e65262db2db541cc479fec60 (diff) |
build: Build verbosely
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |