From owner-freebsd-hackers@freebsd.org Tue Sep 10 17:51:59 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ACA00DEF46 for ; Tue, 10 Sep 2019 17:51:59 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46SXfR45qhz3KBs for ; Tue, 10 Sep 2019 17:51:59 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.10] (unknown [IPv6:2601:641:300:6e9f:3446:4894:7445:f1d2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 1AEAE15FFF for ; Tue, 10 Sep 2019 17:51:59 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.1c.0.190812 Date: Tue, 10 Sep 2019 10:51:50 -0700 Subject: `svn status' lists "sys/arm64/conf/LINT"? From: Ravi Pokala To: "freebsd-hackers@freebsd.org" Message-ID: <272585C7-50CF-4DBC-8F78-46CFFFA72D2F@freebsd.org> Thread-Topic: `svn status' lists "sys/arm64/conf/LINT"? Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 17:51:59 -0000 Hi folks, While it has long been an annoyance of mine that the "LINT" kernel config files are generated into the source tree rather than the build tree, at least they did not show up in `svn status', and did not cause the checkout to be considered un-clean. Note that I used the past tense. :-/ I recently noticed that, after running `make tinderbox', arm64's LINT *did* start being reported by `svn status', as an unknown file. Any ideas as to why? Can we fix it? Thanks, Ravi (rpokala@)