Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fix typos in some build scripts |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9d6b7570a1ccdb38d1c431991fa9e894 |
User & Date: | chw 2019-06-12 11:33:41.162 |
Context
2019-06-12
| ||
12:53 | in tk protect against weird screen dpi values check-in: e54a8ad2b7 user: chw tags: trunk | |
11:35 | merge with trunk check-in: 7a33036b05 user: chw tags: wtf-8-experiment | |
11:33 | fix typos in some build scripts check-in: 9d6b7570a1 user: chw tags: trunk | |
05:00 | fix typo in twv demo script check-in: cf9d6db9cf user: chw tags: trunk | |
Changes
Changes to undroid/build-vanilla-generic.sh.
︙ | ︙ | |||
97 98 99 100 101 102 103 | aarch*) SUBDIRS="${SUBDIRS} piio" ;; esac SUBDIRS="${SUBDIRS} libsocketcan tclcan fswatch tserialport tcl-fuse" fi | | | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | aarch*) SUBDIRS="${SUBDIRS} piio" ;; esac SUBDIRS="${SUBDIRS} libsocketcan tclcan fswatch tserialport tcl-fuse" fi if pkg-config --exists webkit2gtk-4.0 ; then SUBDIRS="${SUBDIRS} twv" fi SUBDIRS="${SUBDIRS} topcua parse_args tkvlc tclJBlend" ACTION="$1" if test -z "$ACTION" ; then |
︙ | ︙ |
Changes to undroid/build-vanilla-linux32.sh.
︙ | ︙ | |||
92 93 94 95 96 97 98 | SUBDIRS="${SUBDIRS} tclepeg tcluvc xotcl nsf libsocketcan tclcan vu" SUBDIRS="${SUBDIRS} rl_json tkdnd mpexpr" SUBDIRS="${SUBDIRS} tclcsv tkzinc libffi ffidl tcl-lmdb DiffUtilTcl" SUBDIRS="${SUBDIRS} tclparser tclcompiler snap7 libmodbus fswatch" SUBDIRS="${SUBDIRS} tserialport topcua parse_args tkvlc tclJBlend" SUBDIRS="${SUBDIRS} tcl-fuse" | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | SUBDIRS="${SUBDIRS} tclepeg tcluvc xotcl nsf libsocketcan tclcan vu" SUBDIRS="${SUBDIRS} rl_json tkdnd mpexpr" SUBDIRS="${SUBDIRS} tclcsv tkzinc libffi ffidl tcl-lmdb DiffUtilTcl" SUBDIRS="${SUBDIRS} tclparser tclcompiler snap7 libmodbus fswatch" SUBDIRS="${SUBDIRS} tserialport topcua parse_args tkvlc tclJBlend" SUBDIRS="${SUBDIRS} tcl-fuse" if pkg-config --exists webkit2gtk-4.0 ; then SUBDIRS="${SUBDIRS} twv" fi ACTION="$1" if test -z "$ACTION" ; then ACTION=build fi |
︙ | ︙ |
Changes to undroid/build-vanilla-linux64.sh.
︙ | ︙ | |||
92 93 94 95 96 97 98 | SUBDIRS="${SUBDIRS} tclepeg tcluvc xotcl nsf libsocketcan tclcan vu" SUBDIRS="${SUBDIRS} rl_json tkdnd mpexpr" SUBDIRS="${SUBDIRS} tclcsv tkzinc libffi ffidl tcl-lmdb DiffUtilTcl" SUBDIRS="${SUBDIRS} tclparser tclcompiler snap7 libmodbus fswatch" SUBDIRS="${SUBDIRS} tserialport topcua parse_args tkvlc tclJBlend" SUBDIRS="${SUBDIRS} tcl-fuse" | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | SUBDIRS="${SUBDIRS} tclepeg tcluvc xotcl nsf libsocketcan tclcan vu" SUBDIRS="${SUBDIRS} rl_json tkdnd mpexpr" SUBDIRS="${SUBDIRS} tclcsv tkzinc libffi ffidl tcl-lmdb DiffUtilTcl" SUBDIRS="${SUBDIRS} tclparser tclcompiler snap7 libmodbus fswatch" SUBDIRS="${SUBDIRS} tserialport topcua parse_args tkvlc tclJBlend" SUBDIRS="${SUBDIRS} tcl-fuse" if pkg-config --exists webkit2gtk-4.0 ; then SUBDIRS="${SUBDIRS} twv" fi ACTION="$1" if test -z "$ACTION" ; then ACTION=build fi |
︙ | ︙ |