[Bug 275745] Mk/bsd.local.mk: Propose renaming to bsd.local.mk.sample
Date: Sun, 23 Nov 2025 09:42:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275745
Robert Clausecker <fuz@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fuz@FreeBSD.org
--- Comment #10 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to Mathieu Arnold from comment #9)
If you edit Mk/bsd.local.mk and then do some git operation like a rebase, git
will complain that it can't do the rebase with an unclean tree (i.e. with an
edited file). So you first need to stash your changes to Mk/bsd.local.mk, do
the rebase (or whatever it is you want to do) and then unstash your changes.
Having Mk/bsd.local.mk not be under git control (e.g. because it's renamed to
Mk/bsd.local.mk.sample) avoids this annoyance.
--
You are receiving this mail because:
You are on the CC list for the bug.