From 5b3ab025b93fff199d9659de16738b1a1e1b72bd Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 28 Oct 2012 17:05:37 +0400 Subject: Document $(builddir.32) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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.` and `builddir.`. +These variables hold paths to corresponding directories used to +install or build package. `` 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 -- cgit v1.2.3