summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 19:03:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 19:03:07 (EDT)
commitca7420f4500e18327ed06df18bbcf99128536ce3 (patch)
tree91beb52a543da6a7b9fe88223c877c1073bcc787
parentf1091c4c472f9116e9a35d8341959b299980db54 (diff)
build: Make verbose differently
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 92e1ed0..08a7323 100755
--- a/build
+++ b/build
@@ -9,6 +9,7 @@ nop:
build:
(cd src && cmake \
+ -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-D CMAKE_INSTALL_PREFIX:PATH=/usr \
-D CONF_FILE:STRING=/etc/opkg/opkg.conf \
-D LOCK_FILE:STRING=/var/lib/opkg/lock \
@@ -17,7 +18,7 @@ build:
-D REQUIRE_UPGRADE_ARGS:BOOL=OFF \
-D VERSION:STRING="$(version)" \
.)
- oh-autobuild -- VERBOSE=1
+ oh-autobuild
touch $@
install: build