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 50E6AA0519; Fri, 3 Jul 2020 11:08:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 338A91DA82; Fri, 3 Jul 2020 11:08:31 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id B44C81DA71 for ; Fri, 3 Jul 2020 11:08:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593767309; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=63EHMVvBNj0nAvaexGKdd4PIxfdNrNt9FKvuzWR8DB4=; b=SUH6gC/OMSGnd9Jcc+F1/a0CTcJyQVyLnuzYKmAUKHOGbYYLz9OHbcBd2Nv1JDAXLaQ5JE NrEOfufspGRv3XDel9bytmP9kOAhrKi7iQOyR/R1TZwHX9skmixwish8GhkbSFDC6u4O2h xhdH28m9fHeCImFkMazpagyONzgsYxg= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-284-HC6TPos1O1CTi4y8dyb8OQ-1; Fri, 03 Jul 2020 05:08:27 -0400 X-MC-Unique: HC6TPos1O1CTi4y8dyb8OQ-1 Received: by mail-ua1-f72.google.com with SMTP id 75so8767501uai.21 for ; Fri, 03 Jul 2020 02:08:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=63EHMVvBNj0nAvaexGKdd4PIxfdNrNt9FKvuzWR8DB4=; b=qUpWxcel0P029gr8IbRqpkjFOU6+gVO7gzJRK2E+KimmWEd8cZp6Ff+r0mHPhyLB8O H0bUxmMaYH3j1UOtm04sLCiaVD2SJTWHr6G1Q3oqvRJG/fBwycQ14OfnZk0vD7cov6Ui wSLMtuvLz97hRIR5lZNVBvH1sN/ffZthgi76vdOTj5qGwmkpJh5z4F+BtcYm5b8YeSFT /yEkPo5TOfhMXIoYyMcdHnXkiOhqzpNm16rL2MDAkkwKf0POcoit6B5MzodQbsG7zzpK 6zg9iqlXvtNoTlvQtXjdUFncpKs10IEqQr+vPKjcrsVFVOj2M1QvhkrcO1Dbgw841duY XV3Q== X-Gm-Message-State: AOAM531iBqg8NEENamikkwGK7Tr5sdJQyfBh959gvSTO3YwLWtJP3t61 /sa9+TejvhHLbHAJQuk7h8koYpET0HUxrdfIf42oFXxgQWwTj59rId1y+Aba32vxHm271NfJiex 7xXA0/xCWcE66T8JmZFo= X-Received: by 2002:a67:2ed6:: with SMTP id u205mr5860952vsu.198.1593767307381; Fri, 03 Jul 2020 02:08:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwLs7AXAtQFNqDgbJJpo3hSRcj6s81Yf1p5Y3cqOmqZJfdcfwVTcd+QS7x+JaX62zxAykvo0xasQQwZq6eXAlw= X-Received: by 2002:a67:2ed6:: with SMTP id u205mr5860938vsu.198.1593767307144; Fri, 03 Jul 2020 02:08:27 -0700 (PDT) MIME-Version: 1.0 References: <20200421020455.505176-1-thomas@monjalon.net> <20200524174341.1777973-1-thomas@monjalon.net> In-Reply-To: From: David Marchand Date: Fri, 3 Jul 2020 11:08:15 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] 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" On Thu, May 28, 2020 at 3:16 PM David Marchand wrote: > On Sun, May 24, 2020 at 7:43 PM Thomas Monjalon wrote: > > > > When building an ABI reference with meson, some static libraries > > are built and linked in apps. They are useless and take a lot of space. > > Those binaries, and other useless files (examples and doc files) > > in the share/ directory, are removed after being installed. > > > > In order to save time when building the ABI reference, > > the examples (which are not installed anyway) are not compiled. > > > > Signed-off-by: Thomas Monjalon > Acked-by: David Marchand Applied, thanks. -- David Marchand