From 06cee43f8107b9089f98447a3f249e9bcbe8cb01 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 17 Jan 2014 18:19:52 +0100 Subject: [PATCH] sigrok-cross-mingw: Do a verbose build of the sigrok components. --- cross-compile/mingw/sigrok-cross-mingw | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index b2ed0ff..33da4cb 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -107,7 +107,7 @@ git clone git://sigrok.org/libserialport cd libserialport ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -117,7 +117,7 @@ cd libsigrok patch -p1 < ../../libsigrok_firmwaredir.patch ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -126,7 +126,7 @@ git clone git://sigrok.org/libsigrokdecode cd libsigrokdecode ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -145,7 +145,7 @@ cd sigrok-firmware-fx2lafw ./autogen.sh # We're building the fx2lafw firmware on the host, no need to cross-compile. ./configure --prefix=$PREFIX -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -155,7 +155,7 @@ cd sigrok-cli patch -p1 < ../../sigrok_cli_decodersdir.patch ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 ./configure $C -make $PARALLEL +make $PARALLEL V=1 make install makensis -DHOME=$HOME contrib/sigrok-cli_cross.nsi cd .. -- 2.30.2