summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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