diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:10:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 08:10:19 +0000 |
commit | c9e39b22dd88580aa2fe5929fb29ca73a465fd45 (patch) | |
tree | 237dfebcfc7fc9f4823b938d0462d87dd71af9cb | |
parent | b0728d9fb4c3386b724bde4fd670711efc6b0fde (diff) |
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.
-rw-r--r-- | offapi/util/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
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 \ |