This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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

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.


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