Overview
Comment: | More work towards standardizing NaCl build |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ce27ad05595e32820663c76385627971 |
User & Date: | rkeene on 2016-02-03 17:42:09 |
Other Links: | manifest | tags |
Context
2016-02-03
| ||
18:50 | Updated to cast length variable to the correct type for formatting check-in: df8d7782c8 user: rkeene tags: trunk | |
17:42 | More work towards standardizing NaCl build check-in: ce27ad0559 user: rkeene tags: trunk | |
08:03 | Removed extra debugging symbols no longer needed check-in: 378c58fb5a user: rkeene tags: trunk | |
Changes
Modified build/chrome/build-deps from [d77e49c779] to [bf636f72b1].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - + + + + + + + + | exit 1 fi cd "$(dirname "${ourScript}")" || exit 1 patchDir="$(pwd)/patches" |
︙ | |||
349 350 351 352 353 354 355 | 355 356 357 358 359 360 361 362 363 364 365 366 | - + | ;; *) echo "error: Unrecognized platform output: \"${buildOutputType}\"" >&2 exit 1 ;; esac |