From 5d8f48c81eac8650315b936d0e89ad1d54b566fc Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 31 Oct 2013 14:02:40 +0100 Subject: solver doesn't solve anything... ... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Stahl --- solenv/gbuild/Extension.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv/gbuild/Extension.mk') diff --git a/solenv/gbuild/Extension.mk b/solenv/gbuild/Extension.mk index b69544358717..b4ac8a2dc6fa 100644 --- a/solenv/gbuild/Extension.mk +++ b/solenv/gbuild/Extension.mk @@ -180,7 +180,7 @@ $(foreach file,$(3),$(call gb_Extension_add_file,$(1),$(if $(strip $(2)),$(strip endef -# add a library from the solver; DO NOT use gb_Library_get_target +# add a library from workdir; DO NOT use gb_Library_get_target define gb_Extension_add_library $(call gb_Extension_add_file,$(1),$(call gb_Library_get_runtime_filename,$(2)),\ $(call gb_LinkTarget_get_target,$(call gb_Library_get_linktarget,$(2)))) @@ -192,7 +192,7 @@ $(foreach lib,$(2),$(call gb_Extension_add_library,$(1),$(lib))) endef -# add an executable from the solver +# add an executable define gb_Extension_add_executable $(call gb_Extension_add_file,$(1),$(notdir $(call gb_Executable_get_target,$(2))),\ $(call gb_Executable_get_target,$(2))) -- cgit