Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


On 08/17/2016 09:47 AM, Armin Le Grand wrote:
commit f4ba3e9df26ce76abe345de696ad900bb4e130c5
Author: Armin Le Grand <Armin.Le.Grand@cib.de>
Date:   Wed Aug 17 09:43:33 2016 +0200

    added and adapted to target screenshot

    Up to now the screenshot creation was added/dependent of
    target slowcheck. Since quite some modules have added screenshot
    creations now, I added an own target 'screenshot' to allow to keep
    current slowcheck and screenshot creation separated

    Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7

diff --git a/Makefile.in b/Makefile.in
index ef56bee..1cf3837 100644
--- a/Makefile.in
+++ b/Makefile.in
[...]
@@ -95,7 +95,7 @@ $(1).clean $(1).showdeliverables:
        cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) $$(patsubst 
$(1).%,%,$$@)

 $(1).all: bootstrap fetch
-       $$(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild 
$(WORKDIR)/Module/$(1) $(if $(CROSS_COMPILING),,$(WORKDIR)/Module/check/$(1) 
$(WORKDIR)/Module/slowcheck/$(1))
+       $$(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild 
$(WORKDIR)/Module/$(1) $(if $(CROSS_COMPILING),,$(WORKDIR)/Module/check/$(1) 
$(WORKDIR)/Module/slowcheck/$(1) $(WORKDIR)/Module/screenshot/$(1))

That means that 'make MODULE.all' now also builds MODULE.screenshot, even though a plain top-level 'make' does /not/ make any (top-level or per-module) screenshot targets. In other words, 'make MODULE.all' is no longer doing a subset of what a top-level 'make' does. Is that intentional, or should this part be reverted?

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.