xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mini-os: make cscope repair
@ 2016-07-01  9:33 Juergen Gross
  2016-07-03 18:31 ` Samuel Thibault
  2016-07-12  7:59 ` [Minios-devel] " Wei Liu
  0 siblings, 2 replies; 4+ messages in thread
From: Juergen Gross @ 2016-07-01  9:33 UTC (permalink / raw)
  To: minios-devel, xen-devel; +Cc: Juergen Gross, samuel.thibault

"make cscope" doesn't like symbolic link include/mini-os->. as it
leads to a file system recursion. Repair that by not following links
when searching the sources.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 10c05a5..2e4bdba 100644
--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ clean:	arch_clean
 
 
 define all_sources
-     ( find . -follow -name SCCS -prune -o -name '*.[chS]' -print )
+     ( find . -name SCCS -prune -o -name '*.[chS]' -print )
 endef
 
 .PHONY: cscope
-- 
2.6.6


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mini-os: make cscope repair
  2016-07-01  9:33 [PATCH] mini-os: make cscope repair Juergen Gross
@ 2016-07-03 18:31 ` Samuel Thibault
  2016-07-12  7:59 ` [Minios-devel] " Wei Liu
  1 sibling, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2016-07-03 18:31 UTC (permalink / raw)
  To: Juergen Gross; +Cc: minios-devel, xen-devel

Juergen Gross, on Fri 01 Jul 2016 11:33:11 +0200, wrote:
> "make cscope" doesn't like symbolic link include/mini-os->. as it
> leads to a file system recursion. Repair that by not following links
> when searching the sources.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

Thanks!

> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 10c05a5..2e4bdba 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -212,7 +212,7 @@ clean:	arch_clean
>  
>  
>  define all_sources
> -     ( find . -follow -name SCCS -prune -o -name '*.[chS]' -print )
> +     ( find . -name SCCS -prune -o -name '*.[chS]' -print )
>  endef
>  
>  .PHONY: cscope
> -- 
> 2.6.6
> 

-- 
Samuel
 PS> Salut ! J'ai un sujet de philo à vous soumettre : "Suffit-il
 PS> d'observer pour connaître" Idées + plan Merçi
 Oui, ya qu'a t'observer pour connaître le fait que tu es une feignasse.
 -+- FF in: Guide du Neuneu d'Usenet - Neuneu fait de la philo -+-

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Minios-devel] [PATCH] mini-os: make cscope repair
  2016-07-01  9:33 [PATCH] mini-os: make cscope repair Juergen Gross
  2016-07-03 18:31 ` Samuel Thibault
@ 2016-07-12  7:59 ` Wei Liu
  2016-07-12  8:03   ` Juergen Gross
  1 sibling, 1 reply; 4+ messages in thread
From: Wei Liu @ 2016-07-12  7:59 UTC (permalink / raw)
  To: Juergen Gross; +Cc: minios-devel, xen-devel, Wei Liu, samuel.thibault

On Fri, Jul 01, 2016 at 11:33:11AM +0200, Juergen Gross wrote:
> "make cscope" doesn't like symbolic link include/mini-os->. as it
> leads to a file system recursion. Repair that by not following links
> when searching the sources.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Queued.

Juergen, please CC me on all your mini-os patches so that I know I need
to commit them when they are acked.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Minios-devel] [PATCH] mini-os: make cscope repair
  2016-07-12  7:59 ` [Minios-devel] " Wei Liu
@ 2016-07-12  8:03   ` Juergen Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2016-07-12  8:03 UTC (permalink / raw)
  To: Wei Liu; +Cc: minios-devel, xen-devel, samuel.thibault

On 12/07/16 09:59, Wei Liu wrote:
> On Fri, Jul 01, 2016 at 11:33:11AM +0200, Juergen Gross wrote:
>> "make cscope" doesn't like symbolic link include/mini-os->. as it
>> leads to a file system recursion. Repair that by not following links
>> when searching the sources.
>>
>> Signed-off-by: Juergen Gross <jgross@suse.com>
> 
> Queued.
> 
> Juergen, please CC me on all your mini-os patches so that I know I need
> to commit them when they are acked.

Okay, will do.


Thanks,

Juergen


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-12  8:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-01  9:33 [PATCH] mini-os: make cscope repair Juergen Gross
2016-07-03 18:31 ` Samuel Thibault
2016-07-12  7:59 ` [Minios-devel] " Wei Liu
2016-07-12  8:03   ` Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).