You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2015/08/31 08:22:13 UTC

svn commit: r1700205 - /openoffice/trunk/main/codemaker/test/cppumaker/makefile.mk

Author: damjan
Date: Mon Aug 31 06:22:13 2015
New Revision: 1700205

URL: http://svn.apache.org/r1700205
Log:
Make main/cppumaker an OOO_SUBSEQUENT_TESTS test as it needs files only built after itself to compile.


Modified:
    openoffice/trunk/main/codemaker/test/cppumaker/makefile.mk

Modified: openoffice/trunk/main/codemaker/test/cppumaker/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/codemaker/test/cppumaker/makefile.mk?rev=1700205&r1=1700204&r2=1700205&view=diff
==============================================================================
--- openoffice/trunk/main/codemaker/test/cppumaker/makefile.mk (original)
+++ openoffice/trunk/main/codemaker/test/cppumaker/makefile.mk Mon Aug 31 06:22:13 2015
@@ -21,6 +21,10 @@
 
 
 
+.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
+nothing .PHONY:
+.ELSE
+
 PRJ := ..$/..
 PRJNAME := codemaker
 TARGET := test_codemaker_cppumaker
@@ -63,3 +67,5 @@ $(MISC)$/$(TARGET)$/types.urd: types.idl
 
 
 .ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
+
+.END # "$(OOO_SUBSEQUENT_TESTS)" == ""