[dpdk-dev] [PATCH] build: skip processing docs folder if docs	disabled
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sun Feb 16 11:07:31 CET 2020
    
    
  
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 <bruce.richardson at intel.com>
> ---
> +if not get_option('enable_docs')
> +	subdir_done()
> +endif
Why this patch is marked as superseded in patchwork?
    
    
More information about the dev
mailing list