From 5b7dff553cf51ecc3d21a2231861390d16ccf0eb Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 30 Aug 2013 14:29:14 -0500 Subject: ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/ Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- smoketest/CppunitTest_smoketest.mk | 2 +- smoketest/Module_smoketest.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'smoketest') diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index 3ab4ce54cea5..1bc9dae2952b 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -32,7 +32,7 @@ $(eval $(call gb_CppunitTest_use_libraries,smoketest,\ $(eval $(call gb_CppunitTest_use_ure,smoketest)) -ifeq ($(ENABLE_MACOSX_SANDBOX),YES) +ifeq ($(ENABLE_MACOSX_SANDBOX),TRUE) userinstallation=$(shell $(gb_DEVINSTALLROOT)/MacOS/soffice --nstemporarydirectory) else userinstallation=$(WORKDIR)/CustomTarget/smoketest diff --git a/smoketest/Module_smoketest.mk b/smoketest/Module_smoketest.mk index 52962a2b8eae..ab06c82a6067 100644 --- a/smoketest/Module_smoketest.mk +++ b/smoketest/Module_smoketest.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_check_targets,smoketest,\ )) endif -ifneq (MACOSX/YES,$(OS)/$(ENABLE_MACOSX_SANDBOX)) +ifneq (MACOSX/TRUE,$(OS)/$(ENABLE_MACOSX_SANDBOX)) $(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\ CppunitTest_smoketest \ )) -- cgit v1.2.3