Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now the clean operation in src_root should result in state identical to
distributed (which appears to be important to some packaging systems, e.g.,
Debian).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For example:
b config.install.root=/usr config.install.chroot=/tmp/install
The difference between doing just config.install.root=/tmp/install/usr is
that everything is installed "as if" into /usr. So, for example, pkg-config
files will contain -I/usr/include, -L/usr/lib, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The fsdir{} injection doesn't do it if out == src.
|
|
|
|
|
|
This works with Clang and VC but not (yet) with GCC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|