Overview
Comment: | Updated to remove logging messages that could not be parsed |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1708fe41fa20e30e928cc9ba48d44c55 |
User & Date: | rkeene on 2016-04-14 18:28:18 |
Other Links: | manifest | tags |
Context
2016-04-14
| ||
18:35 | Added logging handler to automatically created element check-in: ee9e97aeea user: rkeene tags: trunk | |
18:28 | Updated to remove logging messages that could not be parsed check-in: 1708fe41fa user: rkeene tags: trunk | |
18:12 | Corrected typos check-in: a72d1992e9 user: rkeene tags: trunk | |
Changes
Modified build/assemble-source-from-google.sh from [fe422da5f3] to [00f4c4f3b3].
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + + + + + + + + + | ( cd "${workdir}" || exit 1 # Copy out PC/SC headers for later use mkdir -p "${instdir}/include/PCSC" || exit 1 cp third_party/pcsc-lite/src-*/src/PCSC/*.h "${instdir}/include/PCSC" || exit 1 |
︙ |