From c9e39b22dd88580aa2fe5929fb29ca73a465fd45 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Nov 2005 08:10:19 +0000 Subject: INTEGRATION: CWS xmlsec13 (1.90.34); FILE MERGED 2005/11/01 12:44:03 jl 1.90.34.1: #i54495# regcompare was used with u switch, which led to an error because I modified unpublished types. --- offapi/util/makefile.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'offapi/util') diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index d1fb989a6743..e2e1cda73bd5 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.91 $ +# $Revision: 1.92 $ # -# last change: $Author: kz $ $Date: 2005-11-03 14:28:17 $ +# last change: $Author: rt $ $Date: 2005-11-11 09:10:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -167,9 +167,6 @@ $(OUT)$/ucrdoc$/types_doc.db : $(OUT)$/ucrdoc$/offapi_doc.db $(SOLARBINDIR)$/udk #JSC: The type library has changed, all temporary not checked types are removed # and will be check from now on. # ATTENTION: no special handling for types is allowed. -# -#SB: Once the reference rdbs are new-style registries with explicit published -# types, the "-u" should be removed again from the calls to regcompare: $(REGISTRYCHECKFLAG) : $(UCR)$/types.db $(OUT)$/ucrdoc$/types_doc.db +$(REGCOMPARE) -f -t -r1 $(REFERENCE_RDB) -r2 $(UCR)$/types.db +$(REGCOMPARE) -f -t -r1 $(REFERENCE_DOC_RDB) -r2 $(OUT)$/ucrdoc$/types_doc.db \ -- cgit