Overview
Comment: | Improvements in how the kit target name is defined. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | kitTargetNameFix |
Files: | files | file ages | folders |
SHA1: |
227a06a601d3b40c5c30f034272223a5 |
User & Date: | mistachkin on 2015-05-18 22:54:25 |
Other Links: | branch diff | manifest | tags |
Context
2015-10-07
| ||
02:38 | Fix hard-coded use of './kit' in the kitsh build script and improve how the kit target name is defined. check-in: f84245cd51 user: mistachkin tags: trunk | |
2015-05-18
| ||
22:54 | Improvements in how the kit target name is defined. Closed-Leaf check-in: 227a06a601 user: mistachkin tags: kitTargetNameFix | |
2015-05-11
| ||
20:42 | Fix hard-coded use of './kit' in the kitsh build script. check-in: 675f0fb1bf user: mistachkin tags: kitTargetNameFix | |
Changes
Modified kitsh/build.sh from [a3124557c2] to [d9a8c3dd79].
︙ | |||
168 169 170 171 172 173 174 | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | - + - + - + | continue fi if echo "${chkkittarget}" | egrep '\.(lib|def|a)$'; then continue fi |
︙ |