Re: [yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-07-24 Thread wenzong fan
Ping ... On 04/02/2015 10:26 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such

Re: [yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-07-07 Thread wenzong fan
Ping... On 04/02/2015 10:26 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such file

[yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-04-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such file or directory Signed-off-by: Roy Li rongqing...@windriver.com ---