CustomTarget_html.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 985313ae6b151edb54b7c1bcc08bff5d35c37185
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Thu Dec 22 16:08:57 2022 +0100
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Thu Dec 22 15:27:13 2022 +0000

    janitor - the announce is not meant to be part of the dependencies
    
    quirk introduced with the change making the xsltproc one an order-only
    dependency. The line-continuation wasn't removed with that change
    causing the annouce to fire when make is parsing the makefile. Doesn't
    hurt anything or affected the build result in any way, but certainly not
    as intended :-)
    
    Change-Id: I82069208fff1ff0c01efba00caa2d8fa5279efaf
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144760
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <[email protected]>
    (cherry picked from commit 70c46432b1cb4e994de45ca8a1f6bda6e286b1a9)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144724

diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 0e955e5231..b68a91d422 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -99,7 +99,7 @@ $(call 
gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/noscript.html : \
         $(SRCDIR)/helpcontent2/help3xsl/noscript.xsl \
         $(SRCDIR)/helpcontent2/help3xsl/brand.xsl \
         $(SRCDIR)/helpcontent2/CustomTarget_html.mk \
-        | $(call gb_ExternalExecutable_get_dependencies,xsltproc) \
+        | $(call gb_ExternalExecutable_get_dependencies,xsltproc)
        $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),NJS,1)
        $(call gb_Helper_abbreviate_dirs,\
                $(call gb_ExternalExecutable_get_command,xsltproc) \

Reply via email to