From d41099f97fc5aede4b6ea406f65e01c3d2eefc5f Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 18 Aug 2009 10:00:07 +0200 Subject: [PATCH] #i101955# for performance reasons, switched configmgr2 XML reading from DOM-based to libxml2 streaming xmlreader API; also slightly changed format of .xcd and registrymodifications(.xcu) --- 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 41a1d3379007..e285a56b657e 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -426,14 +426,14 @@ $(MISC)$/%.xcd .ERRREMOVE: $(MISC)$/%.list $(MISC)$/%.list: makefile.mk - $(RM) $@ - echo '$(foreach,i,$(MY_DEPS_$(@:b)) $i) \ + echo '$(foreach,i,$(MY_DEPS_$(@:b)) ) \ $(foreach,i,$(MY_FILES_$(@:b)) $i)' \ > $@ $(MISC)$/lang1$/Langpack-{$(alllangiso)}.xcd .ERRREMOVE: packregistry.xslt $(MKDIRHIER) $(@:d) - $(RM) $(MISC)$/$(@:b).list - echo 'main\ + echo '\ $(MY_MOD)$/$(@:b).xcu' \ > $(MISC)$/$(@:b).list $(XSLTPROC) --nonet -o $@ packregistry.xslt $(MISC)$/$(@:b).list