Update of /cvsroot/leaf/src/bering-uclibc4/source/kernel
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15636

Modified Files:
        buildtool.mk 
Log Message:
fixed 'make clean'


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/kernel/buildtool.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.mk        31 Oct 2010 23:11:43 -0000      1.6
--- buildtool.mk        3 Nov 2010 17:12:08 -0000       1.7
***************
*** 59,63 ****
  
  clean: chklinuxdir
!       (cd $(BT_LINUX_DIR) && ARCH=$(ARCH) make clean)
        rm -rf $(LINUX_BUILDDIR)  
        -rm .build
--- 59,63 ----
  
  clean: chklinuxdir
!       (for i in $(KARCHS); do cd $(BT_LINUX_DIR)-$$i && make clean; done)
        rm -rf $(LINUX_BUILDDIR)  
        -rm .build


------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to