Changeset db3089d in mainline for Makefile


Ignore:
Timestamp:
2018-01-02T16:04:19Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Integrate C-style checker tool support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ree6f434 rdb3089d  
    3030.NOTPARALLEL:
    3131
     32CCHECK = tools/sycek/ccheck
    3233CSCOPE = cscope
    3334FORMAT = clang-format
     
    7475format:
    7576        find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file
     77
     78ccheck: $(CCHECK)
     79        tools/ccheck.sh
     80
     81$(CCHECK):
     82        cd tools && ./build-ccheck.sh
    7683
    7784doxy:
Note: See TracChangeset for help on using the changeset viewer.