diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 17:19:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 18:12:28 +0200 |
commit | 09abd826a0e26517ea722659491e8eb525a9b8bc (patch) | |
tree | fd6a2a09bcf42bdcdc16b8104a9073a5ad9177c0 /cui/Library_cui.mk | |
parent | c2d7ee9abfc02febfd16e9f19c7395115036ecc5 (diff) |
remove uncompiled source files
how to find possible candidates:
find . -name *.cxx | grep -v compilerplugins > cxx.list
for i in `cat cxx.list`; do basename $i .cxx; done > cxx.base.list
for i in `cat cxx.base.list | sort -u`; do echo $(git grep -w $i -- '*.mk' | wc -l) $i; done > cxx.count
Change-Id: I15c6cc7195e58d79967388850a0c90b915b001b7
Diffstat (limited to 'cui/Library_cui.mk')
0 files changed, 0 insertions, 0 deletions