[Libreoffice-commits] .: sal/Module_sal.mk

Matus Kukan mkukan at kemper.freedesktop.org
Tue Dec 20 05:53:42 PST 2011


 sal/Module_sal.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit cdd2792816af95d9c8a0fea07d989102c2f633b0
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Dec 20 14:50:47 2011 +0100

    sal: disable subsequentcheck which has circular dependency
    
    make 3.82 continues without error but apparently older version not

diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index b4f27b2..556c67e 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -64,9 +64,10 @@ $(eval $(call gb_Module_add_check_targets,sal,\
 ))
 
 # CppunitTest_sal_osl_pipe has circular dependency on unotest
-$(eval $(call gb_Module_add_subsequentcheck_targets,sal,\
+# $(eval $(call gb_Module_add_subsequentcheck_targets,sal,\
 	CppunitTest_sal_osl_pipe \
 ))
+
 # error when building test-getsystempathfromfileurl.cxx \
 	CppunitTest_sal_osl_getsystempathfromfileurl \
 


More information about the Libreoffice-commits mailing list