Re: [PATCH] Propagate errors from find in scripts/gen_initramfs_list.sh

2007-05-01 Thread Sam Ravnborg
On Mon, Apr 30, 2007 at 03:34:15PM +1000, Michael Ellerman wrote: > If the find(1) in scripts/gen_initramfs_list.sh generates any errors, it > will cause gen_initramfs_list.sh to fail (because of "set -e"), however > the errors from find are not printed to the user. This is rather confusing: Agree

[PATCH] Propagate errors from find in scripts/gen_initramfs_list.sh

2007-04-29 Thread Michael Ellerman
If the find(1) in scripts/gen_initramfs_list.sh generates any errors, it will cause gen_initramfs_list.sh to fail (because of "set -e"), however the errors from find are not printed to the user. This is rather confusing: ~/src/powerpc$ make O=~/build/powerpc-cell32/ make[2]: *** [usr/initramfs_dat