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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 6 09:28:24 UTC 2020


 solenv/gbuild/platform/macosx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0191e8e177b468336aacdeefde5dadf1134d228a
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Jan 5 22:39:38 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Jan 6 10:27:50 2020 +0100

    macOS /usr/bin/mktemp already adds a dot to the prefix
    
    (at least the version on macOS 10.15.2 does)
    
    Change-Id: Ie7525216542e1db686adb151774d20ff69d9e8f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86252
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index eec2b052cb7e..1156255e3769 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -22,7 +22,7 @@ gb_SDKDIR := $(MACOSX_SDK_PATH)
 include $(GBUILDDIR)/platform/com_GCC_defs.mk
 
 # Darwin mktemp -t expects a prefix, not a pattern
-gb_MKTEMP ?= /usr/bin/mktemp -t gbuild.
+gb_MKTEMP ?= /usr/bin/mktemp -t gbuild
 
 gb_OSDEFS := \
 	-D$(OS) \


More information about the Libreoffice-commits mailing list