[OE-core] [PATCH 3/5] gcc-target: remove infodir

Khem Raj raj.khem at gmail.com
Wed Apr 2 17:06:16 UTC 2014


On Wed, Apr 2, 2014 at 5:25 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> +       # Info dir listing isn't interesting at this point so remove it if it exists.
> +       if [ -e "${D}${infodir}/dir" ]; then
> +               rm -f ${D}${infodir}/dir
> +       fi

why check if it exists when you are already using rm -f ?



More information about the Openembedded-core mailing list