Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2024 04:25:28 +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-l3KlVOshKC@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 #2 from Don Lewis <truckman@FreeBSD.org> ---
OK, the make magic is why grepping the source tree didn't find MK_CLEAN get=
ting
set.  Caution, contents under pressure, no user serviceable parts inside.

The command line options section in Makefile.inc1 needs to be updated for t=
he
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

#

--=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-l3KlVOshKC>