This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add a few log messages for messing with glibc addons dirs and symlinks


# 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]