public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] Fix the symbolic link of multilib dirs
@ 2022-10-26 15:11 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:11 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e21f34e88f32b2d57cdc06dca0110e7baa510f78

commit e21f34e88f32b2d57cdc06dca0110e7baa510f78
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Jun 8 14:09:28 2022 +0100

    Fix the symbolic link of multilib dirs
    
    If dir contains several / then 'ln -s . $dir' does not link it to the
    current directory. Use the existing rellns.sh script to compute the
    correct relative path to .

Diff:
---
 Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makerules b/Makerules
index d1e139d03c..591893c6a3 100644
--- a/Makerules
+++ b/Makerules
@@ -1002,7 +1002,7 @@ endef
 define make-link-multidir
 $(patsubst %/,cd %,$(objpfx)); \
   $(addprefix $(abspath $(..)scripts/mkinstalldirs) ,$(dir $(multidir))); \
-  $(LN_S) . $(multidir) 2> /dev/null; \
+  $(SHELL) $(abspath $(..)scripts/rellns-sh) . $(multidir) 2> /dev/null; \
   test -L $(multidir)
 endef
 else

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [glibc/arm/morello/main] Fix the symbolic link of multilib dirs
@ 2022-11-23 14:39 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-11-23 14:39 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1e5c704ec741e87a943631d268707e015e14e372

commit 1e5c704ec741e87a943631d268707e015e14e372
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Jun 8 14:09:28 2022 +0100

    Fix the symbolic link of multilib dirs
    
    If dir contains several / then "ln -s . $dir" does not link it to the
    current directory. Use the existing rellns.sh script to compute the
    correct relative path to .

Diff:
---
 Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makerules b/Makerules
index 09c0cf8357..e3ab84b63c 100644
--- a/Makerules
+++ b/Makerules
@@ -1002,7 +1002,7 @@ endef
 define make-link-multidir
 $(patsubst %/,cd %,$(objpfx)); \
   $(addprefix $(abspath $(..)scripts/mkinstalldirs) ,$(dir $(multidir))); \
-  $(LN_S) . $(multidir) 2> /dev/null; \
+  $(SHELL) $(abspath $(..)scripts/rellns-sh) . $(multidir) 2> /dev/null; \
   test -L $(multidir)
 endef
 else

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [glibc/arm/morello/main] Fix the symbolic link of multilib dirs
@ 2022-10-27 13:49 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-27 13:49 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2c91d717c9fd2f3130100d69cd1fba73c5c7008b

commit 2c91d717c9fd2f3130100d69cd1fba73c5c7008b
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Jun 8 14:09:28 2022 +0100

    Fix the symbolic link of multilib dirs
    
    If dir contains several / then "ln -s . $dir" does not link it to the
    current directory. Use the existing rellns.sh script to compute the
    correct relative path to .

Diff:
---
 Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makerules b/Makerules
index d1e139d03c..591893c6a3 100644
--- a/Makerules
+++ b/Makerules
@@ -1002,7 +1002,7 @@ endef
 define make-link-multidir
 $(patsubst %/,cd %,$(objpfx)); \
   $(addprefix $(abspath $(..)scripts/mkinstalldirs) ,$(dir $(multidir))); \
-  $(LN_S) . $(multidir) 2> /dev/null; \
+  $(SHELL) $(abspath $(..)scripts/rellns-sh) . $(multidir) 2> /dev/null; \
   test -L $(multidir)
 endef
 else

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [glibc/arm/morello/main] Fix the symbolic link of multilib dirs
@ 2022-08-05 19:29 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-08-05 19:29 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a87b3fcbb33e59dd9dc00d1aff88c0d80352f488

commit a87b3fcbb33e59dd9dc00d1aff88c0d80352f488
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Jun 8 14:09:28 2022 +0100

    Fix the symbolic link of multilib dirs
    
    If dir contains several / then 'ln -s . $dir' does not link it to the
    current directory. Use the existing rellns.sh script to compute the
    correct relative path to .

Diff:
---
 Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makerules b/Makerules
index d1e139d03c..591893c6a3 100644
--- a/Makerules
+++ b/Makerules
@@ -1002,7 +1002,7 @@ endef
 define make-link-multidir
 $(patsubst %/,cd %,$(objpfx)); \
   $(addprefix $(abspath $(..)scripts/mkinstalldirs) ,$(dir $(multidir))); \
-  $(LN_S) . $(multidir) 2> /dev/null; \
+  $(SHELL) $(abspath $(..)scripts/rellns-sh) . $(multidir) 2> /dev/null; \
   test -L $(multidir)
 endef
 else


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

end of thread, other threads:[~2022-11-23 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 15:11 [glibc/arm/morello/main] Fix the symbolic link of multilib dirs Szabolcs Nagy
  -- strict thread matches above, loose matches on Subject: below --
2022-11-23 14:39 Szabolcs Nagy
2022-10-27 13:49 Szabolcs Nagy
2022-08-05 19:29 Szabolcs Nagy

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 read-only IMAP folder(s) and NNTP newsgroup(s).