[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes""
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 04:25:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282096 --- Comment #2 from Don Lewis <truckman@FreeBSD.org> --- 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 needs to be updated for the behavior change. I'm still puzzled why make -V doesn't show MK_CLEAN getting set: # pwd /usr/src # make -V MK_CLEAN # make -D WITH_CLEAN -V MK_CLEAN buildworld # make -D CLEAN -V MK_CLEAN buildworld # -- You are receiving this mail because: You are the assignee for the bug.