* cleanup --exec implementation

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-10 14:48:45 +03:00
parent 76b946e653
commit 5441b1945f
3 changed files with 65 additions and 59 deletions

View File

@ -53,6 +53,7 @@ cc10:
line33:
@$(PMCCABE) -c `find -name '*.c' -o -name '*.cc'` \
| grep -v mu-str-normalize.c \
| grep -v config_options_group_find \
| grep -v tests \
| awk '($$5 > 33)'