From patchwork Tue Oct 27 16:30:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Vivier X-Patchwork-Id: 1388755 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=vivier.eu Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CLHKD4Cm6z9sPB for ; Wed, 28 Oct 2020 03:31:42 +1100 (AEDT) Received: from localhost ([::1]:35902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXRsp-0006ks-II for incoming@patchwork.ozlabs.org; Tue, 27 Oct 2020 12:31:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXRrc-0006jg-Ef; Tue, 27 Oct 2020 12:30:24 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:35987) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXRra-0001Ug-Gn; Tue, 27 Oct 2020 12:30:24 -0400 Received: from localhost.localdomain ([82.252.139.38]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.183]) with ESMTPSA (Nemesis) id 1MnIxu-1k8KKM3sG4-00jJLH; Tue, 27 Oct 2020 17:30:19 +0100 From: Laurent Vivier To: qemu-devel@nongnu.org Subject: [PULL 2/8] Makefile: Add *.[ch].inc files to cscope/ctags/TAGS Date: Tue, 27 Oct 2020 17:30:08 +0100 Message-Id: <20201027163014.247336-3-laurent@vivier.eu> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201027163014.247336-1-laurent@vivier.eu> References: <20201027163014.247336-1-laurent@vivier.eu> MIME-Version: 1.0 X-Provags-ID: V03:K1:lwAoRVrohGeB7WJ6j7hdr33oLFKyBmq5ScQM1zrGNlldj2BtP2C 96oaRrn06VdjkGLBE5so/rs60uBTrdit/SAliEgAqU8oxMLvdnw2QFwVvtgfg2weJbMJeVC IH2njN2T765vL0U87yxzCgrUgu6UuAARXduYWzCuig7RUBZiXpPndDiCsn3NeF2HNX34Hyv IV0CF6vCW0bMEiq/qka8w== X-UI-Out-Filterresults: notjunk:1;V03:K0:gs27+63ytVk=:vn44x3byg9FBELRHrrPPkZ f3NUn0kVBAHaW1GdkFx6xHJjMFaCcN4spjnP9lgXT0izDUdb58eo5TFHA9fktsNpRdlkfBGLw zgxranBYfAaq8Dq29i/tEW+Qt+cLhmfMcBRWIpT5MQa9LdOfaEyily0in0aMAnOQnqIIXcI0u c9lbcSdYdlivpvRwPiyWgRlDfZYQfoJmHQfn6q0qmDw5tVZi1H6n8X8aTt6ttOURBBjsI7zge 0SUcia+gB71y9/j1++oKZvEnIcHB3Tv4Amd/J3Fsx73JYsn17/4pUs+EDHTViLErqYpzC7nqc msbhjjM5iJzS1qFWbgL/Xb5Og2jInLX6DhS5S08Cn+OO+kpTRutwx+FU6KCu2X5mbP8W69PLr gj8BAyB3vkcesO/r7/zvX93Pz3J+fv30zrsJM0gbwXOVN0SSaZawpEuB/JmWuzUh4egTY/gL+ esQOYCuhXA== Received-SPF: none client-ip=217.72.192.75; envelope-from=laurent@vivier.eu; helo=mout.kundenserver.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/27 12:30:20 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Michael Tokarev , Laurent Vivier , Greg Kurz Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Greg Kurz The code base has some C source and header files that don't get indexed because their name ends with .inc: $ git ls-files "*.[ch].inc" | wc -l 66 Add them to the list. Signed-off-by: Greg Kurz Message-Id: <160258069310.900922.1495166540282536628.stgit@bahia.lan> Signed-off-by: Laurent Vivier --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18f026eac3d7..5a7ba39ea75f 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ distclean: clean rm -f linux-headers/asm rm -Rf .sdk -find-src-path = find "$(SRC_PATH)/" -path "$(SRC_PATH)/meson" -prune -o -name "*.[chsS]" +find-src-path = find "$(SRC_PATH)/" -path "$(SRC_PATH)/meson" -prune -o \( -name "*.[chsS]" -o -name "*.[ch].inc" \) .PHONY: ctags ctags: