On Sat, 2008-05-10 at 01:17 +0200, Wolfgang Denk wrote:

> >  include $(TOPDIR)/config.mk
> >  
> > +$(shell mkdir -p $(OBJTREE)/board/freescale/common)
> > +
> >  LIB        = $(obj)lib$(BOARD).a
> 
> I'm missing some rule to remove that directory for  "make  clean"  or
> "make distclean" ?
> 

No, you are not. You have the following in Makefile

distclean:      clobber unconfig
        rm -rf $(obj)*
endif

All temporary folders are removed.

I just resent you the v2 patch.

York



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to