From 4a3ee0657772c08e49a620ae2e25f212e893e5e6 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 25 Jul 2006 06:55:26 +0000 Subject: INTEGRATION: CWS jl35 (1.2.12); FILE MERGED 2006/07/18 09:52:11 jl 1.2.12.2: #67482# no automatic version increment 2006/05/19 12:52:40 jl 1.2.12.1: #64551# project did not build when L10N_framework variable was set --- cli_ure/version/makefile.mk | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'cli_ure/version') diff --git a/cli_ure/version/makefile.mk b/cli_ure/version/makefile.mk index 6299ef05140d..9ae3d75b8908 100644 --- a/cli_ure/version/makefile.mk +++ b/cli_ure/version/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2006-03-09 10:54:55 $ +# last change: $Author: rt $ $Date: 2006-07-25 07:55:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,29 +52,23 @@ ECHOQUOTE=' ECHOQUOTE= .ENDIF -ALLTAR : \ - $(BIN)$/cliureversion.mk - .IF "$(BUILD_FOR_CLI)" != "" ALLTAR : \ - $(BIN)$/cliureversion.mk \ - INCVERSION + $(BIN)$/cliureversion.mk + +# INCVERSION $(BIN)$/cliureversion.mk: version.txt $(GNUCOPY) $< $@ +#disabled because of #67482 #Create the config file that is used with the policy assembly #only if new published types have been added, the cliureversion.mk is written. -INCVERSION .PHONY: version.txt incversions.txt - +$(PERL) $(PRJ)$/source$/scripts$/increment_version.pl \ - $< $(BIN)$/cliureversion.mk $(SOLARBINDIR)$/unotype_statistics.txt - -.ELSE -#deliver empty cliureversion.mk for other platforms -$(BIN)$/cliureversion.mk .PHONY: - @echo > $@ +#INCVERSION .PHONY: version.txt incversions.txt +# +$(PERL) $(PRJ)$/source$/scripts$/increment_version.pl \ +# $< $(BIN)$/cliureversion.mk $(SOLARBINDIR)$/unotype_statistics.txt .END -- cgit v1.2.3