Changeset db3089d in mainline
- Timestamp:
- 2018-01-02T16:04:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10de842
- Parents:
- ee6f434
- git-author:
- Jiri Svoboda <jiri@…> (2017-01-01 20:03:33)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-01-02 16:04:19)
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
ree6f434 rdb3089d 442 442 tools/gcc-*.tar.bz2 443 443 tools/gdb-*.tar.gz 444 tools/sycek/ -
Makefile
ree6f434 rdb3089d 30 30 .NOTPARALLEL: 31 31 32 CCHECK = tools/sycek/ccheck 32 33 CSCOPE = cscope 33 34 FORMAT = clang-format … … 74 75 format: 75 76 find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file 77 78 ccheck: $(CCHECK) 79 tools/ccheck.sh 80 81 $(CCHECK): 82 cd tools && ./build-ccheck.sh 76 83 77 84 doxy:
Note:
See TracChangeset
for help on using the changeset viewer.