This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: testroot.pristine creation falls over copying dynamic linker
- From: DJ Delorie <dj at redhat dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: carlos at redhat dot com, libc-alpha at sourceware dot org
- Date: Wed, 07 Aug 2019 19:45:34 -0400
- Subject: Re: testroot.pristine creation falls over copying dynamic linker
Are you talking about something like this?
cp $builddir/some/lib.so $testroot.pristine/$builddir/some/lib.so
As long as it's copying from the builddir to the same place as already
in the builddir, yeah, that should work. I was talking about something
like:
cp /some/other/dir.so $testroot.pristine/$builddir/some/lib.so
In that case, lib.so won't be visible, because it will be behind the
mount of the original $builddir.