[Libreoffice-commits] core.git: solenv/gbuild

Chris Sherlock chris.sherlock79 at gmail.com
Fri Apr 5 02:42:04 PDT 2013


 solenv/gbuild/Deliver.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b558d4bb8372cf65ca343f191d672b1484a6fd13
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Apr 5 16:28:35 2013 +1100

    Missing word "if" in Deliver.mk
    
    Small change to comment - missing word "if" in Deliver.mk for
    gb_Deliver_CLEARONDELIVERY
    
    Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62
    Reviewed-on: https://gerrit.libreoffice.org/3205
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

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


More information about the Libreoffice-commits mailing list