Changeset 8a55346 in mainline
- Timestamp:
- 2023-02-06T21:03:14Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5110d0a
- Parents:
- b596d0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build-ccheck.sh
rb596d0d r8a55346 1 1 #!/bin/sh 2 2 # 3 # Copyright (c) 202 1Jiri Svoboda3 # Copyright (c) 2023 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 29 29 30 30 SYCEK_GIT="https://github.com/jxsvoboda/sycek" 31 SYCEK_REV=" 9946e29fbd013de4bc0277cd475555f3282e24f3"31 SYCEK_REV="e606f73fd875b5d9ff48261b23f69552a893f5d4" 32 32 33 33 if [ ! -d sycek ]; then
Note:
See TracChangeset
for help on using the changeset viewer.