svn commit: trunk/uClibc

Peter Kjellerstedt peter.kjellerstedt at axis.com
Tue May 30 08:50:05 UTC 2006


I cannot find any reference to why this change was made, neither 
on the mailing list nor in the bug tracker.

Anyway, it needs to be reverted or done in another way.  cp -P does 
not work like cp -d on my old Redhat 7.3...  With the cp I have -P 
means --parents, whereas -d means --no-dereference (which is what
-P should be according to POSIX).  I think it will be better to
either revert it to -d, or use --no-dereference explicitly.

//Peter

> -----Original Message-----
> From: uclibc-cvs-bounces at uclibc.org 
> [mailto:uclibc-cvs-bounces at uclibc.org] On Behalf Of vapier at uclibc.org
> Sent: Tuesday, May 16, 2006 20:06
> To: uclibc-cvs at uclibc.org
> Subject: svn commit: trunk/uClibc
> 
> 
> Author: vapier
> Date: 2006-05-16 11:05:41 -0700 (Tue, 16 May 2006)
> New Revision: 15091
> 
> Log:
> use cp -P instead of cp -d as pointed out by David DeHaven
> 
> Modified:
>    trunk/uClibc/Makefile.in
> 
> 
> Changeset:
> Modified: trunk/uClibc/Makefile.in
> ===================================================================
> --- trunk/uClibc/Makefile.in	2006-05-16 16:52:12 UTC (rev 15090)
> +++ trunk/uClibc/Makefile.in	2006-05-16 18:05:41 UTC (rev 15091)
> @@ -253,7 +253,7 @@
>  	$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)lib
>  	$(INSTALL) -m 644 
> lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
>  		$(PREFIX)$(RUNTIME_PREFIX)lib
> -	cp -dRf lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)lib
> +	cp -PRf lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)lib
>  	@if [ -x 
> lib/$(UCLIBC_LDSO_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SU
> BLEVEL).so ] ; then \
>  	    set -e; \
>  		$(SHELL_SET_X); \
> 
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 



More information about the uClibc mailing list