Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 15:19:19 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Ravi Pokala <rpokala@freebsd.org>
Cc:        "Conrad E. Meyer" <cem@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r350843 - head
Message-ID:  <CANCZdfq_8=gGYowiqXsdPS583ApWJd9TqXG8bN_dSvSLFAkFbg@mail.gmail.com>
In-Reply-To: <BA194AFD-3859-417D-9978-E06EE878BA11@panasas.com>
References:  <201908101822.x7AIMMZg018080@repo.freebsd.org> <BA194AFD-3859-417D-9978-E06EE878BA11@panasas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Because config didn't know how to find the kernel sources if it was
generated in the obj tree. I think that we could fix that now that config
can cope...

Warner

On Sun, Aug 11, 2019, 2:12 PM Ravi Pokala <rpokala@freebsd.org> wrote:

> Since you brought it up, why are the LINTs generated into the src tree
> anyway? Shouldn't they go in the build tree?
>
> -Ravi (rpokala@)
>
> =EF=BB=BF-----Original Message-----
> From: <owner-src-committers@freebsd.org> on behalf of Conrad Meyer
> <cem@FreeBSD.org>
> Date: 2019-08-10, Saturday at 11:22
> To: <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <
> svn-src-head@freebsd.org>
> Subject: svn commit: r350843 - head
>
>     Author: cem
>     Date: Sat Aug 10 18:22:22 2019
>     New Revision: 350843
>     URL: https://svnweb.freebsd.org/changeset/base/350843
>
>     Log:
>       .gitignore: Add LINT kernel configurations generated into SRCDIR
>
>     Modified:
>       head/.gitignore
>
>     Modified: head/.gitignore
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>     --- head/.gitignore Sat Aug 10 17:58:30 2019        (r350842)
>     +++ head/.gitignore Sat Aug 10 18:22:22 2019        (r350843)
>     @@ -17,3 +17,19 @@ GTAGS
>      ID
>      cscope.out
>      ?cscope.out
>     +# Ignore LINT generated configs.
>     +/sys/amd64/conf/LINT
>     +/sys/amd64/conf/LINT-NOINET
>     +/sys/amd64/conf/LINT-NOINET6
>     +/sys/amd64/conf/LINT-NOIP
>     +/sys/arm/conf/LINT
>     +/sys/arm/conf/LINT-V5
>     +/sys/arm/conf/LINT-V7
>     +/sys/arm64/conf/LINT
>     +/sys/i386/conf/LINT
>     +/sys/i386/conf/LINT-NOINET
>     +/sys/i386/conf/LINT-NOINET6
>     +/sys/i386/conf/LINT-NOIP
>     +/sys/powerpc/conf/LINT
>     +/sys/powerpc/conf/LINT64
>     +/sys/sparc64/conf/LINT
>
>
>
>
>
>



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