summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-12-04 15:49:05 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-12-04 15:49:05 +0000
commit823876b3915483dbc9cd78ba4cdf4e9c62b7288b (patch)
tree137d0658569d93801b610f979a0f0355245d5d2b /offapi
parent#95564# #i1209# Added 'sysconf() 'support for IRIX. (diff)
downloadcore-823876b3915483dbc9cd78ba4cdf4e9c62b7288b.tar.gz
core-823876b3915483dbc9cd78ba4cdf4e9c62b7288b.zip
#94649# insert new target to compare new registry with reference registry
Diffstat (limited to 'offapi')
-rw-r--r--offapi/util/makefile.mk18
1 files changed, 16 insertions, 2 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk
index 095e39a33072..16495642c275 100644
--- a/offapi/util/makefile.mk
+++ b/offapi/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: jsc $ $Date: 2001-12-03 13:42:50 $
+# last change: $Author: jsc $ $Date: 2001-12-04 16:49:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -133,7 +133,21 @@ UNOIDLDBFILES= \
$(UCR)$/dcssframe.db \
$(UCR)$/dcssaccessibility.db\
+
+REFERENCE_SO_60_RDB=$(SOLARROOT)$/odk_reference$/SO-6.0$/applicat.rdb
+REFERENCE_SO_60_DOC_RDB=$(SOLARROOT)$/odk_reference$/SO-6.0$/applicat_doc.rdb
+
+REGISTRYCHECKFLAG=$(MISC)$/registrycheck.flag
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+.IF "$(BUILD_SOSL)"==""
+
+ALLTAR: $(REGISTRYCHECKFLAG)
+
+$(REGISTRYCHECKFLAG) : $(UNOIDLDBTARGET)
+ +regcompare -r1 $(UNOIDLDBTARGET) -r2 $(REFERENCE_SO_60_RDB) && echo > $(REGISTRYCHECKFLAG)
+
+.ENDIF