public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks
@ 2011-10-07 13:25 Esben Haabendal
  2011-10-08 15:35 ` Yann E. MORIN
  2011-10-08 15:43 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Esben Haabendal @ 2011-10-07 13:25 UTC (permalink / raw)
  To: crossgcc

# HG changeset patch
# User Esben Haabendal <esben.haabendal@prevas.dk>
# Date 1317993827 -7200
# Node ID e524e3b6cb28b5e9ffc2d404e7c4fc73d53aa0a3
# Parent  34d13602e8cc46247f19a2c498df0cf060064d3d
Add a few log messages for messing with glibc addons dirs and symlinks

Signed-off-by: "Esben Haabendal" <esben.haabendal@prevas.dk>

diff -r 34d13602e8cc -r e524e3b6cb28
scripts/build/libc/glibc-eglibc.sh-common
--- a/scripts/build/libc/glibc-eglibc.sh-common	Fri Oct 07 15:06:44 2011
+0200
+++ b/scripts/build/libc/glibc-eglibc.sh-common	Fri Oct 07 15:23:47 2011
+0200
@@ -29,10 +29,10 @@
         # either the 'long' or 'short' name, whatever the addons name
         # but we prefer the 'short' name and avoid duplicates.
         if [ -d "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" ]; then
-            mv "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" "${addon}"
+            CT_DoExecLog FILE mv
"${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" "${addon}"
         fi
 
-        ln -s "${addon}" "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"
+        CT_DoExecLog FILE ln -s "${addon}"
"${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"
 
         CT_Patch nochdir "${CT_LIBC}" "${addon}-${CT_LIBC_VERSION}"
 



-- 
ESBEN HAABENDAL, Senior Software Designer
Prevas A/S, Hedeager 1, DK-8200 Aarhus N, www.prevas.dk
Central: +45 87 43 80 70  Direct: +45 51 92 53 93
E-mail: esben.haabendal@prevas.dk

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks
  2011-10-07 13:25 [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks Esben Haabendal
@ 2011-10-08 15:35 ` Yann E. MORIN
  2011-10-08 16:57   ` Esben Haabendal
  2011-10-08 15:43 ` Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2011-10-08 15:35 UTC (permalink / raw)
  To: crossgcc; +Cc: Esben Haabendal

Esben, All,

On Friday 07 October 2011 15:25:32 Esben Haabendal wrote:
> # HG changeset patch
> # User Esben Haabendal <esben.haabendal@prevas.dk>
> # Date 1317993827 -7200
> # Node ID e524e3b6cb28b5e9ffc2d404e7c4fc73d53aa0a3
> # Parent  34d13602e8cc46247f19a2c498df0cf060064d3d
> Add a few log messages for messing with glibc addons dirs and symlinks
> 
> Signed-off-by: "Esben Haabendal" <esben.haabendal@prevas.dk>
> 
> diff -r 34d13602e8cc -r e524e3b6cb28
> scripts/build/libc/glibc-eglibc.sh-common
> --- a/scripts/build/libc/glibc-eglibc.sh-common	Fri Oct 07 15:06:44 2011
> +0200
> +++ b/scripts/build/libc/glibc-eglibc.sh-common	Fri Oct 07 15:23:47 2011
> +0200

Linewrap-carnage...

> @@ -29,10 +29,10 @@
>          # either the 'long' or 'short' name, whatever the addons name
>          # but we prefer the 'short' name and avoid duplicates.
>          if [ -d "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" ]; then
> -            mv "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" "${addon}"
> +            CT_DoExecLog FILE mv
> "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}" "${addon}"

Ditto...

>          fi
>  
> -        ln -s "${addon}" "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"
> +        CT_DoExecLog FILE ln -s "${addon}"
> "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"

Ditto...

>  
>          CT_Patch nochdir "${CT_LIBC}" "${addon}-${CT_LIBC_VERSION}"
>  

I fixed it.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks
  2011-10-07 13:25 [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks Esben Haabendal
  2011-10-08 15:35 ` Yann E. MORIN
@ 2011-10-08 15:43 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2011-10-08 15:43 UTC (permalink / raw)
  To: crossgcc; +Cc: Esben Haabendal

Esben, All,

On Friday 07 October 2011 15:25:32 Esben Haabendal wrote:
> # HG changeset patch
> # User Esben Haabendal <esben.haabendal@prevas.dk>
> # Date 1317993827 -7200
> # Node ID e524e3b6cb28b5e9ffc2d404e7c4fc73d53aa0a3
> # Parent  34d13602e8cc46247f19a2c498df0cf060064d3d
> Add a few log messages for messing with glibc addons dirs and symlinks

Applied as #28a97cb454e2. Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks
  2011-10-08 15:35 ` Yann E. MORIN
@ 2011-10-08 16:57   ` Esben Haabendal
  0 siblings, 0 replies; 4+ messages in thread
From: Esben Haabendal @ 2011-10-08 16:57 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

On Sat, 2011-10-08 at 17:35 +0200, Yann E. MORIN wrote:
> Esben, All,

> Linewrap-carnage...
> Ditto...
> Ditto...

Agrh :-(

I guess Evolution is just not a sensible MUA for working with patches.
I even used insert text file menu.  I will try to stick with Emacs/Gnus
in the future.

> I fixed it.

Thanks, and sorry about that.

/Esben
-- 
ESBEN HAABENDAL, Senior Software Designer
Prevas A/S, Hedeager 1, DK-8200 Aarhus N, www.prevas.dk
Central: +45 87 43 80 70  Direct: +45 51 92 53 93
E-mail: esben.haabendal@prevas.dk

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2011-10-08 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07 13:25 [PATCH] Add a few log messages for messing with glibc addons dirs and symlinks Esben Haabendal
2011-10-08 15:35 ` Yann E. MORIN
2011-10-08 16:57   ` Esben Haabendal
2011-10-08 15:43 ` Yann E. MORIN

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).