Changeset 623b2134 in mainline
- Timestamp:
- 2019-01-15T15:21:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf9e949
- Parents:
- d4ceba0
- git-author:
- Jiri Svoboda <jiri@…> (2018-01-14 18:20:16)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-01-15 15:21:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build-ccheck.sh
rd4ceba0 r623b2134 1 1 #!/bin/bash 2 2 # 3 # Copyright (c) 201 8Jiri Svoboda3 # Copyright (c) 2019 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 29 29 30 30 SYCEK_GIT="https://github.com/jxsvoboda/sycek" 31 SYCEK_REV=" 42fe0d77819f0ec05f17e40ea54c7b62073c8e97"31 SYCEK_REV="6e335d8547faeb47626b62ca52dd8570495478cd" 32 32 33 33 if [ ! -d sycek ]; then
Note:
See TracChangeset
for help on using the changeset viewer.