Re: [PATCH -perfbook 1/2] Makefile: Add patterns to ignore 'OLD' .eps files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Sep 11, 2021 at 11:24:18PM +0900, Akira Yokosawa wrote:
> Add patterns to catch:
> 
>     "CodeSamples/defer/data/OLD-3a20/2007.11.19a/rwlockRCUperfdbg.eps"
> 
> and similar.
> 
> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx>

Good catched, queues both, thank you!!!

							Thanx, Paul

> ---
>  Makefile | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 73b64e12..990ffe9e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -69,7 +69,9 @@ EPSSOURCES_DUP := \
>  
>  EPSSOURCES_OLD := \
>  	$(wildcard CodeSamples/*/*/OLD-*/*.eps) \
> -	$(wildcard CodeSamples/*/*/*/OLD-*/*.eps)
> +	$(wildcard CodeSamples/*/*/OLD-*/*/*.eps) \
> +	$(wildcard CodeSamples/*/*/*/OLD-*/*.eps) \
> +	$(wildcard CodeSamples/*/*/*/OLD-*/*/*.eps)
>  
>  EPSSOURCES := $(sort $(filter-out $(EPSSOURCES_OLD),$(filter-out $(OBSOLETE_FILES),$(EPSSOURCES_DUP))))
>  
> -- 
> 2.17.1
> 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux