Changeset 5e6b76d in mainline
- Timestamp:
- 2018-09-24T19:50:24Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ef84413
- Parents:
- 42da5ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build-ccheck.sh
r42da5ed r5e6b76d 28 28 # 29 29 30 SYCEK_GIT="https://github.com/jxsvoboda/sycek sycek"30 SYCEK_GIT="https://github.com/jxsvoboda/sycek" 31 31 SYCEK_REV="42fe0d77819f0ec05f17e40ea54c7b62073c8e97" 32 32 33 33 if [ ! -d sycek ]; then 34 git clone https://github.com/jxsvoboda/syceksycek34 git clone "$SYCEK_GIT" sycek 35 35 fi 36 36
Note:
See TracChangeset
for help on using the changeset viewer.