The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=fa9ea99be6fb416cd0528e6a54053363775abe00
commit fa9ea99be6fb416cd0528e6a54053363775abe00 Author: Colin Percival <cperc...@freebsd.org> AuthorDate: 2025-09-14 02:04:01 +0000 Commit: Colin Percival <cperc...@freebsd.org> CommitDate: 2025-09-14 02:04:01 +0000 release: CLEANDIRS += pkgdb This directory gets created by pkgbase-stage.lua. MFC after: 3 days Sponsored by: https://www.patreon.com/c/cperciva --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 6be29a425f0f..5dede64ac9c1 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>