[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.1.0_rc1-1-2-gee901d6



The following commit has been merged in the debian-experimental-4.1 branch:
commit ee901d65f7a969f933496250da13344069a3977c
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Thu Jun 13 01:18:50 2013 +0200

    make check target configurable

diff --git a/rules b/rules
index e10716c..f75f6f6 100755
--- a/rules
+++ b/rules
@@ -113,6 +113,8 @@ BUILD_DEPS=\
     zip,\
     zlib1g-dev\
 
+
+CHECKTARGET:=check
 # These are components which can be built from internal copies, or used from the
 # distribution. See configure --help for valid values (--with-system-<value>).
 SYSTEM_STUFF = dicts
@@ -1791,7 +1793,7 @@ endif
 		export HOME=$$t; \
 		export SAL_USE_VCLPLUGIN="svp"; \
 		if [ -x /usr/bin/gdb ]; then ulimit -c unlimited; fi && \
-		$(MAKE) -k check || $(MAKE) check && \
+		$(MAKE) -k $(CHECKTARGET) || $(MAKE) $(CHECKTARGET) && \
 	rm -rf $$t
 
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(OOO_NO_BASE_ARCHS)))

-- 
LibreOffice packaging repository


Reply to: