Kaydet (Commit) 10d6d5ae authored tarafından Khaled Hosny's avatar Khaled Hosny

Remove temporary files

No more gbuild.XXXXXX files filling /tmp

Change-Id: I2f3cd388ccd9a09bc72e40c0d43d845bc8e38cd7
üst 4ba92ec1
......@@ -228,7 +228,8 @@ $(call gb_Output_announce,SRS:$(2),$(true),DEP,1)
$(call gb_Helper_abbreviate_dirs,\
mkdir -p $(dir $(1)) && \
RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),200,$(3)) && \
$(call gb_Executable_get_command,concat-deps) $${RESPONSEFILE} > $(1))
$(call gb_Executable_get_command,concat-deps) $${RESPONSEFILE} > $(1)) && \
rm -f $${RESPONSEFILE}
endef
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment