svn commit: trunk/uClibc

Mike Frysinger vapier at gentoo.org
Wed May 31 08:32:15 UTC 2006


On Tuesday 30 May 2006 08:11, Peter Kjellerstedt wrote:
> > > 	cd lib && $(TAR) -cf - *.so.* | $(TAR) -xf - -C
> > > $(PREFIX)$(RUNTIME_PREFIX)lib
> >
> > use '-C lib' rather than 'cd lib' and see if you can use tar
> > to install all libs rather than using `install` and `tar` and
> > that'll work for me
>
> I cannot use -C with the first tar since we use the shell's
> globbing to find out which files to copy (that was my initial
> try).

fair enough

> And I cannot use tar to copy the *.so files since these 
> have the executable flag set in the build directory, but should
> not have it in the installed directory.

huh ?  the installed .so objects should have the +x bit set
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20060531/8e4b0d4f/attachment-0002.pgp 


More information about the uClibc mailing list