aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-28 17:05:37 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-28 17:05:37 +0400
commit5b3ab025b93fff199d9659de16738b1a1e1b72bd (patch)
tree65f04b608d9a61e29fcf036fea9b6d0195ccec21
parent59c36783911618a3d87ad145e7aa8a5168f18143 (diff)
downloadcibs-5b3ab025b93fff199d9659de16738b1a1e1b72bd.tar.gz
Document $(builddir.32)
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9e695a..1bcf0e6 100644
--- a/README.md
+++ b/README.md
@@ -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