summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien [hr] <jens-heiner.rechtien@oracle.com>2011-02-10 14:56:23 +0100
committerJens-Heiner Rechtien [hr] <jens-heiner.rechtien@oracle.com>2011-02-10 14:56:23 +0100
commit11c9b876884988a9a95772a34436bce4c5c5df7d (patch)
tree2f56c777c57d0ada4ebf2b8d1c06f7e121f02a02
parent847fa954db6340c73257ac639424d009310f945d (diff)
parent36815abaffaf74829642858334d0c4180594ac97 (diff)
CWS-TOOLING: integrate CWS mav59
Notes
split repo tag: postprocess_ooo/DEV300_m100
-rw-r--r--postprocess/packregistry/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index 4109bfdaae97..a6881783776a 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -522,7 +522,7 @@ $(MISC)/lang/fcfg_langpack_%.xcd .ERRREMOVE :
cd $(MISC)/$(@:b).unzip && unzip $(SOLARPCKDIR)/$(@:b).zip
- $(RM) $(MISC)/$(@:b).list
echo '<list>' $(foreach,i,$(shell cd $(MISC) && \
- find $(@:b).unzip -name [^.]\*.xcu -size +0c -print) \
+ find $(@:b).unzip -name \*.xcu -size +0c -print) \
'<filename>$i</filename>') '</list>' > $(MISC)/$(@:b).list
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \
$(SOLARENV)/bin/packregistry.xslt $(MISC)/$(@:b).list
@@ -541,7 +541,7 @@ $(MISC)/lang/registry_%.xcd .ERRREMOVE :
unzip $(SOLARPCKDIR)/fcfg_drivers_$*.zip
- $(RM) $(MISC)/$(@:b).list
echo '<list>' $(foreach,i,$(shell cd $(MISC) && \
- find $(@:b).unzip fcfg_drivers_$*.unzip -name [^.]\*.xcu -print) \
+ find $(@:b).unzip fcfg_drivers_$*.unzip -name \*.xcu -print) \
'<filename>$i</filename>') '</list>' > $(MISC)/$(@:b).list
$(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \
$(SOLARENV)/bin/packregistry.xslt $(MISC)/$(@:b).list