]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Proactively remove /usr/lib/kgdb file that became a directory
authorDimitry Andric <dim@FreeBSD.org>
Sat, 17 Feb 2024 11:27:33 +0000 (12:27 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Sat, 17 Feb 2024 11:27:33 +0000 (12:27 +0100)
commite368e9b756772264acdbc11f3cc1d223bcd48dee
treebd5c3b2eaae5e38f7bf27fcc2eab5505e39403f9
parent61d9bd21e9d6c3f876c4c8549fafaaaa4de75983
Proactively remove /usr/lib/kgdb file that became a directory

This was already handled in ObsoleteFiles.inc (see the 20201215 entry),
but some people never run "make delete-old", or want to upgrade directly
from a revision that still had the file to the most recent revision.

They would then encounter a failure during installworld, similar to:

  install: /usr/libexec/kgdb exists but is not a directory

Therefore, clean it up in the distrib-cleanup phase, similar to the
earlier instances of libc++ header files that became a directory.

MFC after: 3 days
etc/Makefile