From 3c5353256bb94ba99fea94939cf06ba723737c10 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 28 Mar 2012 10:39:42 +0300 Subject: Add helpful comment --- solenv/gbuild/Library.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'solenv/gbuild/Library.mk') 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/ \ -- cgit