aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-26 14:01:07 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-26 14:01:07 +0400
commitf690aa540467c3a4133a4b437b94804189a7f4c4 (patch)
treecd393459e1f0abc5c75b0e3394dffb6cd55d38b6 /README.md
parentb629cab4cd4a62743a4531b58175c0dd7dda712e (diff)
downloadcibs-f690aa540467c3a4133a4b437b94804189a7f4c4.tar.gz
copy.mk: copy sources into build dir
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a24fb15..f9e695a 100644
--- a/README.md
+++ b/README.md
@@ -102,3 +102,9 @@ Makefile should define two variables:
For example see "examples/symlinks".
+## copy.mk
+
+If this module is included, entire source tree will be copied
+into all requested building directories. This is useful for
+packages that do not support building out of source tree,
+such as zlib or openssl.