On Wednesday 12 October 2011 13:18:10 Stephen Warren wrote:
> Mike Frysinger wrote at Wednesday, October 12, 2011 11:02 AM:
> > On Wednesday 12 October 2011 12:11:23 Stephen Warren wrote:
> > > Mike Frysinger wrote at Wednesday, October 12, 2011 9:27 AM:
> > > > On Wednesday 12 October 2011 11:18:47 Stephen Warren wrote:
> > > > > +clean:
> > > > > +     rm -f $(OBJS)
> > > > > +
> > > > > +distclean:   clean
> > > > > +     rm -f $(LIB) core *.bak $(obj).depend
> > > > 
> > > > unused ... just punt them
> > > 
> > > These rules appear to be present in at least 80-90% of other board
> > > files. Has there simply not been a pass to remove them everywhere yet?
> > 
> > i've posted a big patch to do that already, but it hasn't yet been merged
> > -mike
> 
> I found it at:
> http://lists.denx.de/pipermail/u-boot/2011-September/101648.html
> 
> It's unclear from the discussion there if the patch was accepted and is
> simply waiting to be merged, or if it was rejected. I'm a little hesitant
> to apply the same patch to the new Ventana board file it the linked patch
> isn't actually going to be accepted. Can you comment on this?

obviously i think it's just a matter of time ;).  important point being that 
there are boards already without these targets and they build/clean just fine 
since these sub-targets never get used.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to