X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmsys2%2Fsigrok-native-msys2;h=4d2ad5f752e6f7670b71a68b795cb8e7b32fd184;hp=893dc926a6dbb25e9d5d6c96bc3cde9999f89c47;hb=12a3b6fe7d6929d687f228039eeac5b6cddbd84d;hpb=18b280b708fee40350114cd0466393686b1ee2a5 diff --git a/cross-compile/msys2/sigrok-native-msys2 b/cross-compile/msys2/sigrok-native-msys2 index 893dc92..4d2ad5f 100755 --- a/cross-compile/msys2/sigrok-native-msys2 +++ b/cross-compile/msys2/sigrok-native-msys2 @@ -15,8 +15,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## set -e @@ -59,6 +58,8 @@ W="mingw-w64-$TARGET" WGET="wget -c --quiet" GIT_CLONE="git clone --depth=1" +REPO_BASE="git://sigrok.org" + # Remove build directory contents (if any) and create a new build dir. rm -rf $BUILDDIR mkdir $BUILDDIR @@ -89,7 +90,7 @@ make install $V cd .. # libserialport -$GIT_CLONE git://sigrok.org/libserialport +$GIT_CLONE $REPO_BASE/libserialport cd libserialport ./autogen.sh mkdir build @@ -101,7 +102,7 @@ cd ../.. # libsigrok mkdir -p $PYPATH -$GIT_CLONE git://sigrok.org/libsigrok +$GIT_CLONE $REPO_BASE/libsigrok cd libsigrok ./autogen.sh mkdir build @@ -113,7 +114,7 @@ PYTHONPATH=$PYPATH $SB make install $V cd ../.. # libsigrokdecode -$GIT_CLONE git://sigrok.org/libsigrokdecode +$GIT_CLONE $REPO_BASE/libsigrokdecode cd libsigrokdecode ./autogen.sh mkdir build @@ -125,7 +126,7 @@ make install $V cd ../.. # sigrok-firmware -$GIT_CLONE git://sigrok.org/sigrok-firmware +$GIT_CLONE $REPO_BASE/sigrok-firmware cd sigrok-firmware ./autogen.sh mkdir build @@ -144,7 +145,7 @@ cd .. # TODO: Doesn't build, libsigrokdecode linking errors. # # sigrok-cli -# $GIT_CLONE git://sigrok.org/sigrok-cli +# $GIT_CLONE $REPO_BASE/sigrok-cli # cd sigrok-cli # ./autogen.sh # mkdir build @@ -157,7 +158,7 @@ cd .. # TODO: Doesn't build, various linking errors. # PulseView -$GIT_CLONE git://sigrok.org/pulseview +$GIT_CLONE $REPO_BASE/pulseview cd pulseview mkdir build cd build