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:41:02 UTC

svn commit: r1700210 - /openoffice/trunk/main/cppu/qa/makefile.mk

Author: damjan
Date: Mon Aug 31 06:41:01 2015
New Revision: 1700210

URL: http://svn.apache.org/r1700210
Log:
Make all cppu tests depend on the idl results. Without this,
"build -P2 -- -P2" often breaks.


Modified:
    openoffice/trunk/main/cppu/qa/makefile.mk

Modified: openoffice/trunk/main/cppu/qa/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cppu/qa/makefile.mk?rev=1700210&r1=1700209&r2=1700210&view=diff
==============================================================================
--- openoffice/trunk/main/cppu/qa/makefile.mk (original)
+++ openoffice/trunk/main/cppu/qa/makefile.mk Mon Aug 31 06:41:01 2015
@@ -65,6 +65,9 @@ APP4TEST = enabled
 .INCLUDE: target.mk
 
 $(APP1OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+$(APP2OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+$(APP3OBJS): $(MISC)$/$(TARGET).cppumaker.flag
+$(APP4OBJS): $(MISC)$/$(TARGET).cppumaker.flag
 
 $(MISC)$/$(TARGET).cppumaker.flag: $(MISC)$/$(TARGET).rdb
     - $(MKDIRHIER) $(MISC)$/$(TARGET)$/inc
@@ -80,4 +83,4 @@ $(MISC)$/$(TARGET)$/types.urd: types.idl
     - $(MKDIR) $(MISC)$/$(TARGET)
     $(IDLC) -O$(MISC)$/$(TARGET) -I$(SOLARIDLDIR) -cid -we $<
 
-.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
\ No newline at end of file
+.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"