Changeset 275530a4 in mainline for tools/ccheck.sh


Ignore:
Timestamp:
2018-09-12T10:52:28Z (6 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b54bd9
Parents:
e38ff16
Message:

Sycek shall ignore PCUT library

The library itself is imported as-is from external repository. Any
C-style changes complicates review of updates (and will not be
propagated to upstream anyway).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ccheck.sh

    re38ff16 r275530a4  
    4040fcnt=0
    4141
    42 find abi kernel boot uspace -type f -regex '^.*\.[ch]$' | (
     42find abi kernel boot uspace -type f -regex '^.*\.[ch]$' \
     43  | grep -v -e '^uspace/lib/pcut/' \
     44  | (
    4345while read fname; do
    4446        outfile="$(mktemp)"
Note: See TracChangeset for help on using the changeset viewer.