On Wed, Apr 02, 2014 at 10:06:16AM -0700, Khem Raj wrote: > On Wed, Apr 2, 2014 at 5:25 AM, Martin Jansa <[email protected]> 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 ?
Just because I was copying snippet from autotools.bbclass -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
