From 36815abaffaf74829642858334d0c4180594ac97 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Fri, 4 Feb 2011 16:44:03 +0100 Subject: mav59: #i116806# remove syntax that is not supported on solaris --- postprocess/packregistry/makefile.mk | 4 ++-- 1 file 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 '' $(foreach,i,$(shell cd $(MISC) && \ - find $(@:b).unzip -name [^.]\*.xcu -size +0c -print) \ + find $(@:b).unzip -name \*.xcu -size +0c -print) \ '$i') '' > $(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 '' $(foreach,i,$(shell cd $(MISC) && \ - find $(@:b).unzip fcfg_drivers_$*.unzip -name [^.]\*.xcu -print) \ + find $(@:b).unzip fcfg_drivers_$*.unzip -name \*.xcu -print) \ '$i') '' > $(MISC)/$(@:b).list $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \ $(SOLARENV)/bin/packregistry.xslt $(MISC)/$(@:b).list -- cgit v1.2.3