summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/Library.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-28 10:39:42 +0300
committerTor Lillqvist <tml@iki.fi>2012-03-29 09:49:40 +0300
commit3c5353256bb94ba99fea94939cf06ba723737c10 (patch)
tree74d0bb9423191e1bb2e2a74079a053bf8febcbfe /solenv/gbuild/Library.mk
parentSaveGetObject() is presumably meant to be safe rather than saving (diff)
downloadcore-3c5353256bb94ba99fea94939cf06ba723737c10.tar.gz
core-3c5353256bb94ba99fea94939cf06ba723737c10.zip
Add helpful comment
Diffstat (limited to 'solenv/gbuild/Library.mk')
-rw-r--r--solenv/gbuild/Library.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk
index 31c3e43c24f1..b7df1f497eae 100644
--- a/solenv/gbuild/Library.mk
+++ b/solenv/gbuild/Library.mk
@@ -127,6 +127,11 @@ gb_Library__get_layer_componentprefix = \
$(filter $(1):%,$(gb_Library__COMPONENTPREFIXES)), \
$(call gb_Output_error,no ComponentTarget native prefix for layer '$(1)')))
+# The \d gets turned into a dollar sign by a $(subst) call in
+# gb_ComponentTarget__command in ComponentTarget.mk. As far as I
+# understand, there is nothing magic to it, it is not some
+# Make/awk/sed/whatever syntax.
+
gb_Library__COMPONENTPREFIXES := \
NONE:vnd.sun.star.expand:\dLO_LIB_DIR/ \
OOO:vnd.sun.star.expand:\dLO_LIB_DIR/ \