[PATCH] Missing word "if" in Deliver.mk
Chris Sherlock (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Apr 4 22:30:31 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3205
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/3205/1
Missing word "if" in Deliver.mk
Small change to comment - missing word "if" in Deliver.mk for
gb_Deliver_CLEARONDELIVERY
Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62
---
M solenv/gbuild/Deliver.mk
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solenv/gbuild/Deliver.mk b/solenv/gbuild/Deliver.mk
index febc6aa..de47b2b 100644
--- a/solenv/gbuild/Deliver.mk
+++ b/solenv/gbuild/Deliver.mk
@@ -29,8 +29,8 @@
gb_Deliver_GNUCOPY := $(GNUCOPY)
# if ($true) then old files will get removed from the target location before
-# they are copied there. In multi-user environments, this is needed you need to
-# be the owner of the target file to be able to modify timestamps
+# they are copied there. In multi-user environments, if this is needed you need
+# to be the owner of the target file to be able to modify timestamps
ifeq ($(strip gb_Deliver_HARDLINK),)
gb_Deliver_CLEARONDELIVER := $(false)
else
--
To view, visit https://gerrit.libreoffice.org/3205
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79 at gmail.com>
More information about the LibreOffice
mailing list