Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2025 14:49:04 -0800
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Nuno Teixeira <eduardo@FreeBSD.org>
Cc:        FreeBSD CURRENT <freebsd-current@FreeBSD.org>, <sjg@juniper.net>
Subject:   Re: WITH_META_MODE: base clang excessive compiles
Message-ID:  <76824.1738104544@kaos.jnpr.net>
In-Reply-To: <CAFDf7UK2DAUdkuB0PE_3-wP_CRMvATL%2BB=1-uEphpTbEai6%2BuQ@mail.gmail.com>
References:  <CAFDf7UK2DAUdkuB0PE_3-wP_CRMvATL%2BB=1-uEphpTbEai6%2BuQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Nuno Teixeira <eduardo@FreeBSD.org> wrote:
> Just to check that I'm using the correct setting for WITH_META_MODE
> since almost everytime I update main tree, I got clang compiled. 
> 
> Is that normal?

Quite possibly.  You can add -dM to your make command line and meta mode
will explain why it thinks a target is out of date.
If you see a target built without comment from meta mode, then the
normal oodate rules said it was out-of-date.

> 
> --
> $ kldstat | grep filemon
> 11    1 0xffffffff849f2000     3250 filemon.ko
> 
> /etc/src-env.conf:
> WITH_META_MODE=yes
> ---
> 
> (maybe usefull to show this as well)
> /etc/src.conf:
> WITH_MALLOC_PRODUCTION=yes
> WITHOUT_LLVM_ASSERTIONS=yes
> 
> /etc/make.conf:
> KERNCONF=GENERIC-NODEBUG
> DEVELOPER=yes
> DEVELOPER_MODE=yes
> PORTSDIR=/home/nunotex/Work/freebsd/ports/main
> DISTDIR=/Arq/DISTFILES
> 
> Thanks,



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