[Buildroot] [PATCH V4 2/2] i.MX: Update versions to match latest Freescale release

Mike Zick minimod at morethan.org
Wed Feb 12 22:15:18 UTC 2014


On Wed, 12 Feb 2014 22:58:17 +0100
Arnout Vandecappelle <arnout at mind.be> wrote:

> > It appears that the directory is created by the bit of
> > structure using IMX_LIB_EXTRACT_CMDS, and the warning
> > message is from a 'mkdir' embedded within the self-extracting
> > package.
> > 
> > I could 'rm' the directory inside IMX_LIB_EXTRACT_CMDS,
> > but it's not clear that this is the right thing to do.  
> 
>  The directory exists already because the buildroot infrastructure
> creates some stamp files in it - e.g. .stamp-downloaded. So if you'd
> remove the directory, the download will be retried...
> 
>  Therefore, I think we should just live with the warning.
>

Perhaps alias "mkdir" to "mkdir -p" for the duration of the commands?

Mike


More information about the buildroot mailing list