Changeset be9702e0 in mainline


Ignore:
Timestamp:
2019-08-17T17:08:13Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d162f1b
Parents:
5411bd3
Message:

Fix make ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5411bd3 rbe9702e0  
    2727#
    2828
    29 CCHECK = tools/sycek/ccheck
    3029CSCOPE = cscope
    3130FORMAT = clang-format
     
    5049        find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file
    5150
    52 ccheck: $(CCHECK)
     51ccheck:
    5352        cd tools && ./build-ccheck.sh
    5453        tools/ccheck.sh
    5554
    56 ccheck-fix: $(CCHECK)
     55ccheck-fix:
    5756        cd tools && ./build-ccheck.sh
    5857        tools/ccheck.sh --fix
Note: See TracChangeset for help on using the changeset viewer.