summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-10 20:10:03 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-11 01:11:16 (EDT)
commitcd6340af70d74ac8c5d0af6ad6f8ca25666272d1 (patch)
tree35d8f6ea99d440212d929a9cc7559edf7983f3e7
parent69625e2ca493e7d0fd0ace8f713911835ff2d528 (diff)
build: Build verbosely
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 4b5d55c..81b956f 100755
--- a/build
+++ b/build
@@ -2,6 +2,7 @@
include ../source.mk
+V = 1
KBUILD_ARCH = $$(oh-architecture "$${OPK_HOST_ARCH}")
nop:
@@ -16,7 +17,7 @@ build:
printf '%s\n' '$(OPK_SOURCE_VERSION)' | sed 's/^.*-/-/;' \
1>src/localversion; \
read img_src img_dest <image; \
- oh-autobuild -T "$${img_src}" -- -j "$${JOBS:-1}"; \
+ oh-autobuild -T "$${img_src}" -- -j "$${JOBS:-1}" V=$(V); \
fi
touch $@