summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-11-08 21:29:05 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-10 11:02:02 +0100
commitc5f620f9f6abae0213fdda17fae10f281b7bdf9f (patch)
tree7e5f87d5f5290e83fa05bbf7fa8c1adbd9d8a859 /Makefile.in
parentsw: allow undo of typing in 2 views independent from each other (diff)
downloadcore-c5f620f9f6abae0213fdda17fae10f281b7bdf9f.tar.gz
core-c5f620f9f6abae0213fdda17fae10f281b7bdf9f.zip
add generate-flatpak-manifest.sh to generate FlatPak manifest
Duplication of external tarballs in flatpak-manifest.in is a maintenance nightmare. The only difference between the current flatpak-manifest.in and the one generated from: make -s cmd cmd='${SRCDIR}/solenv/bin/generate-flatpak-manifest.sh master' > org.libreoffice.LibreOffice.json ... is that the current one contains an outdated reference to zxing-cpp-1.1.1.tar.gz which was upgraded to zxing-cpp-1.2.0.tar.gz in download.lst. Change-Id: I98ab9346244f2c0d788da391928fcb4ffebbe23f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124891 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a20fa7cbd8dd..d74dba59344c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,7 +233,7 @@ distclean : clean compilerplugins-clean
# custom command
#
cmd:
- echo "custom cmd" && ( $(cmd) )
+ $(if $(verbose),echo "custom cmd" &&) ( $(cmd) )
#
# Fetch