From b8cbbd03950a7bd7324d2e75b34620792a3b23c9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 24 Mar 2014 13:39:53 +0100 Subject: Revert "use $(value ...) to reduce escalating double-quoting of dollars" This reverts commit d2c16eb81a813f709552bd840897047fe98eb131, which caused JunitTests to call java with a command line containing -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"" instead of -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}" (and thus caused a build against a local trunk GCC, that requires LD_LIBRARY_PATH to find the corresponding libstdc++.so.6, to fail). Change-Id: Ia9613f5a7c6dff1ff6883fc4c079ffaacd1c1b59 --- solenv/gbuild/JunitTest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/gbuild/JunitTest.mk') diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk index 708779f265ee..aee3edfdbd4d 100644 --- a/solenv/gbuild/JunitTest.mk +++ b/solenv/gbuild/JunitTest.mk @@ -41,7 +41,7 @@ $(call gb_JunitTest_get_target,%) : (DBGSV_ERROR_OUT=shell DISABLE_SAL_DBGBOX=t \ $(gb_JunitTest_JAVACOMMAND) \ -classpath "$(T_CP)" \ - $(value DEFS) \ + $(DEFS) \ org.junit.runner.JUnitCore \ $(CLASSES) > $@.log 2>&1 || \ (cat $@.log \ -- cgit stro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/Package_uiconfig.mk
AgeCommit message (Expand)Author
2012-01-10Update headers to Alv2 headersAndrew Rist