From ba1a503feeda6704a1337b9ccc6c0f2288a574de Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 4 Jun 2014 22:04:30 +0200 Subject: postprocess: command line limit work around for Win32 make Use var2file to write registry input files. Change-Id: I0edfd94440a47a0c4b21bf2b354d6467016f5f68 --- postprocess/CustomTarget_registry.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'postprocess/CustomTarget_registry.mk') diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index b1472512c09e..878be8d91ac7 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -621,8 +621,9 @@ $(call gb_CustomTarget_get_workdir,postprocess/registry)/registry_%.list : $(call gb_CustomTarget_get_workdir,postprocess/registry)/%.list : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,2) - echo '' $(foreach i,$(postprocess_DEPS_$*), '') \ - $(foreach i,$(postprocess_OPTDEPS_$*), '') \ - $(foreach i,$(postprocess_FILES_$*), '$(i)') '' > $@ + mv $(call var2file,$@.tmp,70, $(foreach i,$(postprocess_DEPS_$*), ) \ + $(foreach i,$(postprocess_OPTDEPS_$*), ) \ + $(foreach i,$(postprocess_FILES_$*), $(i)) ) \ + $@ # vim: set noet sw=4 ts=4: -- cgit