commit | 033220e7a43ff626a5e65b194ac50358b0dba22e | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Wed Aug 08 14:12:30 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 09 21:22:05 2012 +0200 |
tree | 8ea291b0a236de7ef175ffebe5e596e60a61fe47 | |
parent | 1d56f63dab2d9b1ea60601f5f3ae22d8664d8aa5 [diff] |
MAKEALL: Allow empty ERR directory If we build everything correctly with multiple builds, and an ERR directory had been previously created, we failed to report that everything was fine because grep failed to find anything in the ERR directory. Use grep -r, which doesn't complain if there are no input files. Signed-off-by: Andy Fleming <afleming@freescale.com> Tested-by: Tom Rini <trini@ti.com>