On Wed, Mar 6, 2013 at 6:32 PM, Steev Klimaszewski <[email protected]> wrote:
> # This looks messy, but it is needed to handle multiple variables > # being passed in the BUILD_* stuff where the variables also have > - # spaces that must be preserved. If don't do this, then the stuff > + # spaces that must be preserved. If dont do this, then the stuff > # inside the variables gets used as targets for Make, which then > # fails. > eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" \ > > > ^^ Why did you remove the ' in don't ? Seems like it was an mistake? > The rest looks fine to me, maybe Ryao can chime in, I know he was > interested in module signing. > Yeah, mistake there. I noticed after I sent the email ;) Removed the ' so that vim syntax wouldn't freak. Disregard that part.
