Date: Mon, 08 Nov 2021 13:00:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 202070] 'make index' removes INDEX before building INDEX Message-ID: <bug-202070-7788-GrUalOgwe8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202070-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-202070-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202070 --- Comment #9 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D62f3ada9497ac74c9fe7fe8e4207eeb= d43af0989 commit 62f3ada9497ac74c9fe7fe8e4207eebd43af0989 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-11-08 12:51:02 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-08 12:58:22 +0000 index: keep index file as long as possible When generating the INDEX file, we are already building it in a temporary file and swap it last minute. make the index target now directly depend on the INDEX file generation target. Turn that target into a PHONY target so the file is always regenerated when someone calls make index. PR: 202070 Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202070-7788-GrUalOgwe8>