Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2025 02:45:45 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 37de183f06e4 - stable/15 - release: CLEANDIRS += pkgdb
Message-ID:  <202509170245.58H2jjOe009323@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=37de183f06e460901eda3418427569e65e74b7a7

commit 37de183f06e460901eda3418427569e65e74b7a7
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-09-14 02:04:01 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-09-17 02:45:26 +0000

    release: CLEANDIRS += pkgdb
    
    This directory gets created by pkgbase-stage.lua.
    
    MFC after:      3 days
    Sponsored by:   https://www.patreon.com/c/cperciva
    
    (cherry picked from commit fa9ea99be6fb416cd0528e6a54053363775abe00)
---
 release/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/Makefile b/release/Makefile
index d0177c8aae5f..d67bbb774062 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -128,7 +128,7 @@ CLEANFILES+=	${I}.xz
 .if defined(WITH_DVD) && !empty(WITH_DVD)
 CLEANFILES+=	pkg-stage
 .endif
-CLEANDIRS=	dist pkgbase-repo pkgbase-repo-conf ftp disc1 disc1-disc1 disc1-memstick bootonly bootonly-bootonly bootonly-memstick dvd
+CLEANDIRS=	dist pkgdb pkgbase-repo pkgbase-repo-conf ftp disc1 disc1-disc1 disc1-memstick bootonly bootonly-bootonly bootonly-memstick dvd
 beforeclean:
 	chflags -R noschg .
 .include <bsd.obj.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509170245.58H2jjOe009323>