diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:10:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:10:45 +0000 |
commit | 6a8c01fcf75a044281dea0398c7e2f6e54dd6dc8 (patch) | |
tree | b57a06089fdf00005552b003e577dc92ca71a882 /offapi/util | |
parent | 3fb7398c40816d94ac19d346156f80ffe967c1c4 (diff) |
INTEGRATION: CWS ause069 (1.98.8); FILE MERGED
2007/01/10 15:09:05 hjs 1.98.8.2: RESYNC: (1.98-1.101); FILE MERGED
2006/10/18 17:12:13 hjs 1.98.8.1: #i70359# remove forced shell calls
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 4b8076298cae..0999b9e261e2 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.101 $ +# $Revision: 1.102 $ # -# last change: $Author: hr $ $Date: 2007-01-02 16:57:17 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:10:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -155,14 +155,14 @@ ALLTAR : $(UCR)$/types.db \ $(UNOTYPE_STATISTICS) $(UCR)$/types.db : $(UCR)$/offapi.db $(SOLARBINDIR)$/udkapi.rdb - +-$(RM) $(REGISTRYCHECKFLAG) - +$(GNUCOPY) -f $(UCR)$/offapi.db $@ - +$(REGMERGE) $@ / $(SOLARBINDIR)$/udkapi.rdb + -$(RM) $(REGISTRYCHECKFLAG) + $(GNUCOPY) -f $(UCR)$/offapi.db $@ + $(REGMERGE) $@ / $(SOLARBINDIR)$/udkapi.rdb $(OUT)$/ucrdoc$/types_doc.db : $(OUT)$/ucrdoc$/offapi_doc.db $(SOLARBINDIR)$/udkapi_doc.rdb - +-$(RM) $(REGISTRYCHECKFLAG) - +$(GNUCOPY) -f $(OUT)$/ucrdoc$/offapi_doc.db $@ - +$(REGMERGE) $@ / $(SOLARBINDIR)$/udkapi_doc.rdb + -$(RM) $(REGISTRYCHECKFLAG) + $(GNUCOPY) -f $(OUT)$/ucrdoc$/offapi_doc.db $@ + $(REGMERGE) $@ / $(SOLARBINDIR)$/udkapi_doc.rdb #JSC: The type library has changed, all temporary not checked types are removed # and will be check from now on. @@ -171,12 +171,12 @@ $(OUT)$/ucrdoc$/types_doc.db : $(OUT)$/ucrdoc$/offapi_doc.db $(SOLARBINDIR)$/udk #JSC: i have removed the doc rdb because all type information is already in the # types.rdb, even the service and singleton type info. IDL docu isn't checked. $(REGISTRYCHECKFLAG) : $(UCR)$/types.db $(OUT)$/ucrdoc$/types_doc.db - +$(REGCOMPARE) -f -t -r1 $(REFERENCE_RDB) -r2 $(UCR)$/types.db \ + $(REGCOMPARE) -f -t -r1 $(REFERENCE_RDB) -r2 $(UCR)$/types.db \ && echo > $(REGISTRYCHECKFLAG) #JSC: new target to prepare some UNO type statistics, the ouput will be later used # for versioning of UNO cli type libraries $(UNOTYPE_STATISTICS) : $(REGISTRYCHECKFLAG) - +$(PERL) checknewapi.pl $(UCR)$/types.db $(REFERENCE_RDB) "$(RSCREVISION)" > $@ + $(PERL) checknewapi.pl $(UCR)$/types.db $(REFERENCE_RDB) "$(RSCREVISION)" > $@ .INCLUDE : target.mk |