From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-05-26 16:17:42


Andrey Semashev wrote:
> > That's just how `bcp` works as far as I can see. When you tell it to
> > copy the library X and X depends on Log, it assumes that everything
> > needed to build Log is contained in libs/log/build and libs/log/src, and
> > only copies these two directories.
>
> Can it be modified to copy the whole directory structure?

Probably, but that would defeat its purpose, which is to extract the minimum
usable subset. It could probably be changed to copy libs/$LIB/config as a
special case.