diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 14:34:11 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 14:34:11 +0000 |
commit | 2d7e027e56cf1533328e38d98e229449e18764e9 (patch) | |
tree | 703292d15e8a4bd62706157290a2bdce14334d75 /officecfg/util/makefile.pmk | |
parent | 38f5185a702feb3c25942ca0ce278c1cac18d31b (diff) |
INTEGRATION: CWS mergebuild (1.24.88); FILE MERGED
2004/06/18 16:17:54 hjs 1.24.88.1: #i8252# alllangext to alllangiso
Diffstat (limited to 'officecfg/util/makefile.pmk')
-rw-r--r-- | officecfg/util/makefile.pmk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk index 2353db25f924..8283981f85df 100644 --- a/officecfg/util/makefile.pmk +++ b/officecfg/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: vg $ $Date: 2003-12-17 18:00:15 $ +# last change: $Author: hjs $ $Date: 2004-06-25 15:34:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,8 +60,6 @@ # #************************************************************************* -alliso:=$(foreach,l,$(alllangext) $(iso_$(l))) - # --- XCS --- $(MISC)$/registry$/schema$/%.xcs : %.xcs @@ -94,7 +92,7 @@ $(MISC)$/registry$/schema$/%.xcs : %.xcs +$(RM) $(@:d)$(<:b).tmp > $(NULLDEV) +$(RM) $(@:d)$(<:b).val > $(NULLDEV) -$(MISC)$/registry$/res$/{$(alliso)}$/%.properties :| %.xcs +$(MISC)$/registry$/res$/{$(alllangiso)}$/%.properties :| %.xcs @+echo -------------+ creating locale dependent resource bundles -$(MKDIR) -p $(@:d) .IF "$(SOLAR_JAVA)"!="" @@ -138,7 +136,7 @@ $(MISC)$/registry$/data$/%.xcu : %.xcu +$(RM) $(@:d)$(<:b).tmp > $(NULLDEV) +$(RM) $(@:d)$(<:b).val > $(NULLDEV) -$(MISC)$/registry$/res$/{$(alliso)}$/%.xcu :| %.xcu +$(MISC)$/registry$/res$/{$(alllangiso)}$/%.xcu :| %.xcu @+echo -------------+ creating locale dependent entries -$(MKDIR) -p $(@:d) .IF "$(SOLAR_JAVA)"!="" |