File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 33set -euo pipefail
44
55cd openocd
6- sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
6+ sed -i ' ' -e ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
77
88./bootstrap
99# See https://github.com/raspberrypi/openocd/issues/30
Original file line number Diff line number Diff line change @@ -6,17 +6,10 @@ BUILDDIR=$(pwd)
66INSTALLDIR=" openocd-install"
77
88cd openocd
9-
109sed -i ' s/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
1110
12- cd jimtcl
13- ./configure
14- make
15- make install
16- cd ..
17-
1811./bootstrap
19- ./configure --disable-werror
12+ ./configure --disable-werror --enable-internal-jimtcl
2013make clean
2114make
2215DESTDIR=" $BUILDDIR /$INSTALLDIR " make install
You can’t perform that action at this time.
0 commit comments