[jhalfs] branch trunk updated: Remove .cache when cleaning BUILD_DIR

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Wed, 21 May 2025 14:30:13 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <174783781298.26314.7422662672548696892@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 8afc035  Remove .cache when cleaning BUILD_DIR
8afc035 is described below

commit 8afc0359533b7b41dd4aba71b0a7a46811e912ae
Author: Pierre Labastie <[email protected]>
AuthorDate: Wed May 21 16:29:31 2025 +0200

    Remove .cache when cleaning BUILD_DIR
---
 common/common-functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/common-functions b/common/common-functions
index cac3da1..24c07d2 100644
--- a/common/common-functions
+++ b/common/common-functions
@@ -80,7 +80,7 @@ if [ "${CLEAN}" = "y" ]; then
         sudo rmdir $BUILDDIR/sys || exit 1
       fi
       sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib{,64,32,x32},media,mnt,run}
-      sudo rm -rf $BUILDDIR/{opt,root,sbin,srv,tmp,tools,cross-tools,usr,var}
+      sudo rm -rf $BUILDDIR/{opt,root,sbin,srv,tmp,tools,cross-tools,usr,var,.cache}
       echo "done"
       if [[ "${BLFS_TOOL}" = "y" ]] ; then
         echo -n "Cleaning $BUILDDIR/$BLFS_ROOT ..."

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page