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 BDAF9A0550; Sun, 16 Feb 2020 15:17:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 975EA1B951; Sun, 16 Feb 2020 15:17:33 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id BB6593B5 for ; Sun, 16 Feb 2020 15:17:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581862650; 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=EDpUfeKmBp/milXVV5uE637H/5GNJMqILqVluZ/WJew=; b=M+5NLJVVhmZWQ/d328stTkmMxASqZnSXaKkQBsUhsJrrpSULSQzaqb/WjE9aAUn72AeV1u Bwh8pG/WeZervRIslJbQvI+QKs1xQdiFOeMIkWq3P0NIAGN9BpPG3VGbVUVGfSSwRG1W24 /6JhPG2zRiz6nQu00cElzxD9rD5UgIc= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-80-PHwfB6-gObaCqE2hRPMOYA-1; Sun, 16 Feb 2020 09:17:22 -0500 Received: by mail-vk1-f197.google.com with SMTP id v188so5734392vkf.10 for ; Sun, 16 Feb 2020 06:17:22 -0800 (PST) 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=BgCgstUByau/rQOtmcEF8Cgc+1VfVaIR2mUqO0a4Fc8=; b=mili+aAoxfRE8l3H2Q7wcdGYTC/HeuXrg3vgipNruV0GIv8L8bSHEj5TOWsdcmSuSb hi18Fngs23L1HNOc7iRMQRj/vulrYyt9YhoeRdq7LU03Z+xH1ErkwlNTTCxiqdsjCHtp Iu6Hj4RTnhJQiOczWWXcJdgw4iep6jqbGrmMyvPhJlz09IJL7+U5RjhXZZlg1J+aDyKS Cg1Rau9zMzr5q/J3gK/VreYbh6np7rIeJiHp4Qq0TZib8aDbzUJH/jS69JwFI8QCM5Jh nXUXYzT4BN8S2mM7Yab/6QBa5Id7cG4y4euclNqZooPw92sYjV2rKV1Cb3eNFp8S/4HJ 6ETg== X-Gm-Message-State: APjAAAXt+49ask7X/L3cwq83UXPbJDk/5qVsHzqk+UjwUej/rnV2FejT UJuRNGTAHzc/BIVb0qioSGq14tl5CS6gwGN3hp0mbEO3Pa3Rjiz4JQRW4hec3SrtePFIY+T7qco AqmU8XAviuSMH17IsrGE= X-Received: by 2002:a67:f315:: with SMTP id p21mr6123655vsf.39.1581862642228; Sun, 16 Feb 2020 06:17:22 -0800 (PST) X-Google-Smtp-Source: APXvYqw/2HLU9ODlvTPmCb3uZlTgANuRfSsypuzdZJUSuNoECgV1Zzomasr1mW+6zco8yUd3rio2nXmITAat/7qgWx0= X-Received: by 2002:a67:f315:: with SMTP id p21mr6123644vsf.39.1581862641862; Sun, 16 Feb 2020 06:17:21 -0800 (PST) MIME-Version: 1.0 References: <20200103144613.2892178-1-bruce.richardson@intel.com> <1645292.esFFXGZ24q@xps> In-Reply-To: <1645292.esFFXGZ24q@xps> From: David Marchand Date: Sun, 16 Feb 2020 15:17:10 +0100 Message-ID: To: Thomas Monjalon Cc: Bruce Richardson , dev , Luca Boccassi X-MC-Unique: PHwfB6-gObaCqE2hRPMOYA-1 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] build: skip processing docs folder if docs disabled 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 Sun, Feb 16, 2020 at 11:07 AM Thomas Monjalon wrot= e: > > 03/01/2020 15:46, Bruce Richardson: > > While each target is set to be ignored if the docs are disabled in the > > meson build, there is little reason to process the docs folder at all. > > > > Signed-off-by: Bruce Richardson > > --- > > +if not get_option('enable_docs') > > + subdir_done() > > +endif > > Why this patch is marked as superseded in patchwork? > Because there were other series superseding it. https://patchwork.dpdk.org/project/dpdk/list/?series=3D8032&state=3D%2A&arc= hive=3Dboth https://patchwork.dpdk.org/project/dpdk/list/?series=3D8039&state=3D%2A&arc= hive=3Dboth https://patchwork.dpdk.org/project/dpdk/list/?series=3D8056&state=3D%2A&arc= hive=3Dboth Then after testing and discussion, it was dropped. http://inbox.dpdk.org/dev/CAJFAV8wNAtWf0a3s=3DXMqz+itgKgOMNybDHtCDN-ihpJNM8= yzvQ@mail.gmail.com/ --=20 David Marchand