[CRIU] [PATCH] Revert "make: Don't generate tags/cscope for tools/ and test/"

Pavel Emelyanov xemul at parallels.com
Fri Apr 19 08:01:27 EDT 2013


On 04/18/2013 03:50 PM, Cyrill Gorcunov wrote:
> This reverts commit 396a08eb95133ab61eedce6cc3cd960d27f7efeb.
> 
> As Andrew requested he needs the symbols to be generated for
> all possible sources in the crtools code.
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index b3152fd..0d33cc3 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -194,11 +194,11 @@ distclean: clean
>  tags:
>  	$(E) "  GEN" $@
>  	$(Q) $(RM) tags
> -	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './tools/*' ! -path './test/*' -print | xargs ctags -a
> +	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' -print | xargs ctags -a
>  
>  cscope:
>  	$(E) "  GEN" $@
> -	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' ! -path './tools/*' ! -path './test/*' -print > cscope.files
> +	$(Q) $(FIND) . -name '*.[hcS]' ! -path './.*' -print > cscope.files
>  	$(Q) $(CSCOPE) -bkqu
>  
>  docs:
> 


applied


More information about the CRIU mailing list