From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4EF73A0588; Tue, 21 Apr 2020 11:22:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08ED6F72; Tue, 21 Apr 2020 11:22:53 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1ED501D915 for ; Tue, 21 Apr 2020 11:22:51 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id B0ECC5C00B1; Tue, 21 Apr 2020 05:22:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 21 Apr 2020 05:22:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= P59wyRAaE6kbnXPa7pIXbU3vXtIY4z3qHhHMvxbf+w4=; b=tHBteNvlY7mLznEd a107cSUtWzVrRAdkfLiU5P4vOIAnqkjkm1Wh4FUNkmvjGuWOD1yDyRibbl1RDqL/ v+3nK75NsTtMAzRSVkGqMLTSjpg4LSxMXz6U3tTRrW0U8kaGE/RVS4H55RKCowCA 4mwsXVzJ/meahZbJca5f08xbSIT1bTj+NpEIeqlkPj3znAH1b5ER9eZ1Ddwmlxla 0zhVUXhU5hlzRoqSIhNEm2gOxe+moOG6bqYh/mEd/SpHriItaY5YYKwzXWw/Dbq4 N1pix9DJ0SXZNcm4AdcsZH3wIyP66wV8fssJl/zQxHAbDZpX51VWACPRg4EwLIfI vpgF5Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=P59wyRAaE6kbnXPa7pIXbU3vXtIY4z3qHhHMvxbf+ w4=; b=EkTsUx2LChN1eS9nBtexwr2YdK/Mvvysn0efikJZ/yjsBb8WT2rcqhmT8 iS8NMOt9ArAcCI0qhk+5Nrpv8b026egILDN8G5CvOYX6PakCR0QjRfVzcspbtkLR eQSKw0vY0gGAdbZIbnoe64v7ZILaqh43cuy+S9mJDMg23yHAttEbuqbxDB9BLg63 M3+IxGjgZ2CLmrCFRZ1bkg3Q4j0mQeK9hX2O2gtyyVkr13M0sN+dU77kXc57OZEH vU0p1RgOFuiif9ChALOJDIetcEcfyC9mhoAk3SirQsWH1QDlqsGjhTzHkKX/ZKnR 4FBpznXfkBTjJ0KSVnSKXrQEnRoog== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrgeehgdduiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 082323065C6E; Tue, 21 Apr 2020 05:22:49 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Bruce Richardson Date: Tue, 21 Apr 2020 11:22:49 +0200 Message-ID: <5494056.MhkbZ0Pkbq@thomas> In-Reply-To: References: <20200421020455.505176-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: remove useless files from ABI reference X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/04/2020 09:49, David Marchand: > On Tue, Apr 21, 2020 at 4:05 AM Thomas Monjalon wrote: > > + rm $abirefdir/$targetdir/usr/local/lib/*.a > > The install directory for libraries is not lib/ in all cases. > This breaks the ABI generation for gcc-shared: > > DESTDIR=/home/dmarchan/abi/v20.02/build-gcc-shared ninja -C > /home/dmarchan/abi/v20.02/build install >/dev/null > rm: cannot remove > '/home/dmarchan/abi/v20.02/build-gcc-shared/usr/local/lib/*.a': No > such file or directory > > $ ls ~/abi/v20.02/build-gcc-shared/usr/local/ > bin include lib64 share Is it enough to change lib to lib* ?