Changeset be9702e0 in mainline
- Timestamp:
- 2019-08-17T17:08:13Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d162f1b
- Parents:
- 5411bd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r5411bd3 rbe9702e0 27 27 # 28 28 29 CCHECK = tools/sycek/ccheck30 29 CSCOPE = cscope 31 30 FORMAT = clang-format … … 50 49 find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file 51 50 52 ccheck: $(CCHECK)51 ccheck: 53 52 cd tools && ./build-ccheck.sh 54 53 tools/ccheck.sh 55 54 56 ccheck-fix: $(CCHECK)55 ccheck-fix: 57 56 cd tools && ./build-ccheck.sh 58 57 tools/ccheck.sh --fix
Note:
See TracChangeset
for help on using the changeset viewer.