projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fed26f
)
sigrok-cross-mingw: Drop accidentally added "exit".
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 6 Sep 2016 22:49:19 +0000
(
00:49
+0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 6 Sep 2016 22:49:19 +0000
(
00:49
+0200)
cross-compile/mingw/sigrok-cross-mingw
patch
|
blob
|
history
diff --git
a/cross-compile/mingw/sigrok-cross-mingw
b/cross-compile/mingw/sigrok-cross-mingw
index 86e4486646a2950dfa2bf45b9b2231cd1204e138..4771eea7394aca7855df8f0e6d2df9ccb4765a38 100755
(executable)
--- a/
cross-compile/mingw/sigrok-cross-mingw
+++ b/
cross-compile/mingw/sigrok-cross-mingw
@@
-202,7
+202,6
@@
if [ $DEBUG = 1 ]; then
patch -p1 < ../../pv_mwindows.patch
fi
cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y -DENABLE_TESTS=y .
-exit
make $PARALLEL $V
if [ $DEBUG = 1 ]; then
make install $V