]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: Allow empty ERR directory
authorAndy Fleming <afleming@freescale.com>
Wed, 8 Aug 2012 14:12:30 +0000 (14:12 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 9 Aug 2012 19:22:05 +0000 (21:22 +0200)
commit033220e7a43ff626a5e65b194ac50358b0dba22e
tree8ea291b0a236de7ef175ffebe5e596e60a61fe47
parent1d56f63dab2d9b1ea60601f5f3ae22d8664d8aa5
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>
MAKEALL