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 21CF0A0561; Tue, 21 Apr 2020 08:59:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 36AD41D8D0; Tue, 21 Apr 2020 08:59:42 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id F29931C22E for ; Tue, 21 Apr 2020 08:59:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587452380; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TTaiHWbJOczo+TYQsZcDDD3QkRed0pWf7PxBhwxgZPM=; b=PuYFhKCfz4k6WEU2o0tKz2IrvNBl9bv743CZHxaL9dS35b+e7Zt4pfyoOtPSF1XKYlwgjZ DcMt2Rt57BcreyU0r2OQReraV5Vy21//EHmuSvbYHf3vRQlEEHFLEL0rquetuJNNhR1NCd r0ghXu0hl/svGtFcYljAdlhJKMsMiHc= 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-414-fP8HhajGOgCkaOKaEIcq4A-1; Tue, 21 Apr 2020 02:59:35 -0400 X-MC-Unique: fP8HhajGOgCkaOKaEIcq4A-1 Received: by mail-ua1-f72.google.com with SMTP id u16so6016728ual.11 for ; Mon, 20 Apr 2020 23:59:35 -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=D5vWP4wUYF+tk1P0i11BnZ9z/hncLHmfth9o8Lp/RVQ=; b=ZNxT4rPIIPft8qP/2n2NCit3p4aUOdxvb1bpHwyIp+fKPLKzGGiWjGyLWOhXuaKSqg FrJjzoVTCeNsK9FfJ6wZ91m5AzNKindwe6zIgFmtM8O6sXeyXsOOa8uAQ7gNZ4YviumN KCfea9mlY7h1Q7RWNxeGN594OHXDetuGx9YK95NIaxAJQdelK14Lt8Kn310v8muq186p Jvcm/ES94GfX+XYd0kpMLqR2CxZrFNG8jEmOK9n1DtzRb3ti1JP0fBHXaRAsS2MSP1FP 49fpi7ydXUmoWMxXKP2NKvb3Yyzihjyf+KeqoC4rTYYx2uNFyczE3QMYbN4JHjSzmZs6 WS8g== X-Gm-Message-State: AGi0PuZ+yOek4vYn1OAo7Qi8QN2P54Kfz5UYK+WZWvylg1/UcASrv3tn XPRBhfVryB5soYPeHkC+bXfnoFMsUivYXVniKzc2spj4e9yx8ezsG8RbSCeu7j/lhjqLOdTPMY0 f7GXcDjgMDgrqcaGXSEE= X-Received: by 2002:a67:26c2:: with SMTP id m185mr15313937vsm.180.1587452375398; Mon, 20 Apr 2020 23:59:35 -0700 (PDT) X-Google-Smtp-Source: APiQypJKLtTwOizIeSTr8UBinybeOD/kC4fnvtA6u4IXKVBxmQZ4KBQM/KPH+b6F7tY1LSChA5FcRirPgjs+ioFnHYo= X-Received: by 2002:a67:26c2:: with SMTP id m185mr15313922vsm.180.1587452375163; Mon, 20 Apr 2020 23:59:35 -0700 (PDT) MIME-Version: 1.0 References: <20200418131942.1388633-1-thomas@monjalon.net> <20200421003056.2438-1-thomas@monjalon.net> In-Reply-To: <20200421003056.2438-1-thomas@monjalon.net> From: David Marchand Date: Tue, 21 Apr 2020 08:59:24 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] devtools: reduce examples in static builds 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 Tue, Apr 21, 2020 at 2:31 AM Thomas Monjalon wrote= : > > Static builds can take a lot of space, so reduce the number of examples > built when testing those static builds. > > As makefile-based build is close to end of life, completely skip examples > in case of static linkage with make. > > Signed-off-by: Thomas Monjalon Acked-by: David Marchand --=20 David Marchand