Hi,
On Fri, May 17, 2013 at 03:08:20AM +0200, Mat M wrote:
$(dir $(call gb_AutoInstallLibs_get_target,%))%/.dir :
    $(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))
Then what is the purpose of the % in the $(call
We need to pass something that $(dir) can strip as file part. % is just
convenient. I.e., the calls will expand as follows:
$(dir $(call gb_AutoInstallLibs_get_target,%))
->
$(dir $(WORKDIR)/AutoInstallLibs/%)
->
$(WORKDIR)/AutoInstallLibs/
and the $(1) btw,
since get_target already knows until AIL ?
Is it just so all get_target vars are built in the same way ? Even
if this is the case the % is a mystery for me.
I am sorry, but I do not understand the rest of the question.
D.
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.