[U-Boot] [PATCH 1/1] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Jean-Christophe PLAGNIOL-VILLARD
run make find_config_errors to performed it. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- Makefile |4 ++ tools/find_config_errors | 87 ++ 2 files changed, 91 insertions(+), 0 deletions(-) create mode

Re: [U-Boot] [PATCH 1/1] add tool to check patch and file for CFG_ presence

2008-10-16 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: +find_config_errors: + @echo Search for config errors + @git-grep CFG_ | cut -d: -f1 | sort -u | xargs -I {} tools/find_config_errors -f {} + Hm... should we not just use grep -r * so this will also