diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-28 17:05:37 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-28 17:05:37 +0400 |
commit | 5b3ab025b93fff199d9659de16738b1a1e1b72bd (patch) | |
tree | 65f04b608d9a61e29fcf036fea9b6d0195ccec21 | |
parent | 59c36783911618a3d87ad145e7aa8a5168f18143 (diff) | |
download | cibs-5b3ab025b93fff199d9659de16738b1a1e1b72bd.tar.gz |
Document $(builddir.32)
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -89,6 +89,13 @@ If module `32.mk` is included, `build32` becomes '' (empty), so lines like: become uncommented. Same for modules `64.mk`. +Other automatic variables are `protodir.<variant>` and `builddir.<variant>`. +These variables hold paths to corresponding directories used to +install or build package. `<variant>` can be, for example, 32 or 64. +This allow exact specifying which file is requested, e. g.: + + file $(builddir.32)/libfoo.so.1 path=usr/lib/libfoo.so.1 + ## git.mk Use this modules to get sources from Git repositories. With this module included |