Changeset e7ac0feb in mainline
- Timestamp:
- 2021-11-21T19:20:38Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9faa2e3
- Parents:
- 5d1e4e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build-ccheck.sh
r5d1e4e5 re7ac0feb 1 1 #!/bin/sh 2 2 # 3 # Copyright (c) 20 19Jiri Svoboda3 # Copyright (c) 2021 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 29 29 30 30 SYCEK_GIT="https://github.com/jxsvoboda/sycek" 31 SYCEK_REV=" 14f0aadad8bb2f17eef030a74b3591377ad57343"31 SYCEK_REV="9946e29fbd013de4bc0277cd475555f3282e24f3" 32 32 33 33 if [ ! -d sycek ]; then
Note:
See TracChangeset
for help on using the changeset viewer.