diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-12-04 15:49:05 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-12-04 15:49:05 +0000 |
commit | 823876b3915483dbc9cd78ba4cdf4e9c62b7288b (patch) | |
tree | 137d0658569d93801b610f979a0f0355245d5d2b /offapi | |
parent | 57655d43489cd4ce79e98cfafa8a5c0e52046f82 (diff) |
#94649# insert new target to compare new registry with reference registry
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/util/makefile.mk | 18 |
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 |