From nobody Sun May 5 14:33:49 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=quarantine dis=none) header.from=suse.com ARC-Seal: i=1; a=rsa-sha256; t=1620982903; cv=none; d=zohomail.com; s=zohoarc; b=HE3qXAP9xSAs6QcL3YT5BBoKtYuOkbe0hPteV0OV++c2bIie+p1puxm6vGzIaCtg4qOkb7xeRhrssieAajopqUpy+StIbpAEmBrW9sq3srow4gKcPGQItASy2qmx4KcE9Q4L5P1ZV+xQyFrTLPvYIzqjKythqeOg8M0qFVgtQeM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1620982903; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=2GgQF7bJgYZPUZXWhATSQC6d8JF/XChiJEgYX2JYtPc=; b=I0Po2dwsNK4wkIRJkR9KCwkpYFQQUwVlWEj2qlAbitGSMqlKNVu4fQ09EUm5ikHAGY7WxdHbUdFyIjGKAJmRBgH3kms9b5NPSdfSTxrIo7wtrVc2CrlmC1w2bydgkhLNF/Fz9LKWamxJL6Gpbc9cLg7Nur9PbrAQLrQNSiGvBco= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=quarantine dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1620982903557606.8218038427169; Fri, 14 May 2021 02:01:43 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.127268.239155 (Exim 4.92) (envelope-from ) id 1lhThC-0002xU-4O; Fri, 14 May 2021 09:01:22 +0000 Received: by outflank-mailman (output) from mailman id 127268.239155; Fri, 14 May 2021 09:01:22 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lhThC-0002xN-12; Fri, 14 May 2021 09:01:22 +0000 Received: by outflank-mailman (input) for mailman id 127268; Fri, 14 May 2021 09:01:20 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lhThA-0002xG-3k for xen-devel@lists.xenproject.org; Fri, 14 May 2021 09:01:20 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 0e0ebfca-82ed-48a5-8b78-e9a354de4e95; Fri, 14 May 2021 09:01:19 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 5A6D6ACAD; Fri, 14 May 2021 09:01:18 +0000 (UTC) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 0e0ebfca-82ed-48a5-8b78-e9a354de4e95 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1620982878; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=2GgQF7bJgYZPUZXWhATSQC6d8JF/XChiJEgYX2JYtPc=; b=PWvYctyvW9CjDi0iFLx6fSJsMPFb5TM+m9U4JUW4cSjdCFkqOjk0aF7xOqoMDtegeiP/KP 8Z9UEyhRpmAS3Fv1ALAOywlbLrg3JZqQD7AONr4FLga6XzCegeEfElh/zczSp4hWKtzAv9 s1je5/OUhQFgcPPgUJnizKxikleWID8= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Andrew Cooper , George Dunlap , Ian Jackson , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH] tools/xenstore: cleanup Makefile and gitignore Date: Fri, 14 May 2021 11:01:16 +0200 Message-Id: <20210514090116.21002-1-jgross@suse.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @suse.com) Content-Type: text/plain; charset="utf-8" The Makefile of xenstore and related to that the global .gitignore file contain some leftovers from ancient times. Remove those. While at it sort the tools/xenstore/* entries in .gitignore. Signed-off-by: Juergen Gross Acked-by: Julien Grall --- .gitignore | 7 +++---- tools/xenstore/Makefile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1c2fa1530b..4aad2ddd65 100644 --- a/.gitignore +++ b/.gitignore @@ -288,15 +288,15 @@ tools/xenpaging/xenpaging tools/xenpmd/xenpmd tools/xenstore/xenstore tools/xenstore/xenstore-chmod +tools/xenstore/xenstore-control tools/xenstore/xenstore-exists tools/xenstore/xenstore-list +tools/xenstore/xenstore-ls tools/xenstore/xenstore-read tools/xenstore/xenstore-rm +tools/xenstore/xenstore-watch tools/xenstore/xenstore-write -tools/xenstore/xenstore-control -tools/xenstore/xenstore-ls tools/xenstore/xenstored -tools/xenstore/xenstored_test tools/xenstore/xs_tdb_dump tools/xentop/xentop tools/xentrace/xentrace_setsize @@ -428,7 +428,6 @@ tools/firmware/etherboot/ipxe.tar.gz tools/firmware/etherboot/ipxe/ tools/python/xen/lowlevel/xl/_pyxl_types.c tools/python/xen/lowlevel/xl/_pyxl_types.h -tools/xenstore/xenstore-watch tools/xl/_paths.h tools/xl/xl =20 diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 01c9ccc70f..292b478fa1 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -90,7 +90,7 @@ xs_tdb_dump: xs_tdb_dump.o utils.o tdb.o talloc.o .PHONY: clean clean: rm -f *.a *.o xenstored_probes.h - rm -f xenstored xs_random xs_stress xs_crashme + rm -f xenstored rm -f xs_tdb_dump xenstore-control init-xenstore-domain rm -f xenstore $(CLIENTS) $(RM) $(DEPS_RM) --=20 2.26.2