Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2024 00:39:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282096] Makefile.inc1 never sets MK_CLEAN to "yes"
Message-ID:  <bug-282096-227-cbYm9JnQou@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282096-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282096-227@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=3D282096

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
MK_CLEAN is set by share/mk/src.opts.mk and src.conf(5), and recently switc=
hed
to avoid doing clean builds by default. See the 20240729 entry in UPDATING:

20240729:
        The build now defaults to WITHOUT_CLEAN - i.e., no automatic clean
        is performed at the beginning of buildworld or buildkernel.  The
        WITH_CLEAN src.conf(5) knob can be used to restore the previous
        behaviour.

        If you encounter incremental build issues, please report them to the
        freebsd-current mailing list so that a special-case dependency can =
be
        added, if necessary.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282096-227-cbYm9JnQou>