[Bug 257616] WITH_META_MODE=yes, toolchain is rebuilt each make buildworld

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 04 Aug 2021 20:46:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257616

--- Comment #5 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Oleh Vinichenko from comment #4)

Note that if the old/prior /usr/src vs. new /usr/src
did have a change to

#define __FreeBSD_version

that the rebuild is expected each time --until after
the update is installed so that it then matches the
update /usr/src content.

You did not comment on if there was a change to
__FreeBSD_version involved or not.

The test of:

# cd /usr/src/
# env WITH_META_MODE=yes make buildworld
# env WITH_META_MODE=yes make buildworld
# env WITH_META_MODE=yes make buildworld

should be for the installed __FreeBSD_version already
matching the value in /usr/src/tree/sys/sys/param.h .

(I've made a presumption of the default /usr/src place.
You might be using some other path.)

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