From 3465451b549790300f889c485cd548dbeef06fc1 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Tue, 28 Mar 2006 02:37:33 +0000 Subject: [PATCH] common/common_functions, Added missing filenames to func clean_builddir --- common/common-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common-functions b/common/common-functions index c7e1d36..84cbac5 100644 --- a/common/common-functions +++ b/common/common-functions @@ -441,9 +441,9 @@ clean_builddir() { else # Clean the build directory echo -ne "Cleaning $BUILDDIR...\n" - rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,tools,usr,var} + rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,tools,cross-tools,usr,var} echo -ne "Cleaning $JHALFSDIR...\n" - rm -rf $JHALFSDIR/{0*,1*,envars,sources-dir,commands,logs,Makefile,dump-lfs-scripts.xsl,functions,packages,patches} + rm -rf $JHALFSDIR/{0*,1*,envars,sources-dir,*commands,logs,Makefile,*.xsl,makefile-functions,packages,patches} echo -ne "Cleaning remainig extracted sources in $BUILDDIR/sources...\n" rm -rf `find $BUILDDIR/sources/* -maxdepth 0 -type d` echo -ne "done\n"