[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"

2024-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 Don Lewis changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"

2024-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 --- Comment #4 from Ed Maste --- (In reply to Don Lewis from comment #3) I don't recall the exact details, but -V not working is indeed due to that kind of issue. You can use `make showconfig` to show all of the MK_* settings though, and lo

[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"

2024-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 --- Comment #3 from Don Lewis --- I think -V isn't working because it isn't getting passed down into the sub-make that handles Makefile.inc1. In that case, I don't see how KERNCONF=blah on the command line gets passed down, either. -- Yo

[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"

2024-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 --- Comment #2 from Don Lewis --- OK, the make magic is why grepping the source tree didn't find MK_CLEAN getting set. Caution, contents under pressure, no user serviceable parts inside. The command line options section in Makefile.inc1 n

[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"

2024-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 --- Comment #1 from Ed Maste --- MK_CLEAN is set by share/mk/src.opts.mk and src.conf(5), and recently switched to avoid doing clean builds by default. See the 20240729 entry in UPDATING: 20240729: The build now defaults to WITHOUT

[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"

2024-10-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 Bug ID: 282096 Summary: Makefile.inc1 never sets MK_CLEAN to "yes" Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Sever