Update of /cvsroot/leaf/src/bering-uclibc/apps/buildtool_kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv943

Modified Files:
        buildtool.mk 
Log Message:
- make sure that commands in make clean does not interrupt cleaning if linux sources 
where removed before


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/buildtool_kernel/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk        7 Aug 2003 16:45:35 -0000       1.4
--- buildtool.mk        9 Sep 2003 15:26:37 -0000       1.5
***************
*** 59,64 ****
  
  clean: chklinuxdir
!       (cd $(BT_LINUX_DIR) && ARCH=$(ARCH) make clean)
!       (cd $(LINUX_BUILDDIR) && rm -rf .) 
!       rm .build
  
--- 59,64 ----
  
  clean: chklinuxdir
!       -(cd $(BT_LINUX_DIR) && ARCH=$(ARCH) make clean)
!       -(cd $(LINUX_BUILDDIR) && rm -rf .) 
!       -rm .build
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to