Kaydet (Commit) 6de69fe1 authored tarafından Michael Stahl's avatar Michael Stahl

JavaClassSet: whitespace cleanup

üst 526a31be
...@@ -41,15 +41,15 @@ define gb_JavaClassSet__command ...@@ -41,15 +41,15 @@ define gb_JavaClassSet__command
$(call gb_Helper_abbreviate_dirs_native,\ $(call gb_Helper_abbreviate_dirs_native,\
mkdir -p $(dir $(1)) && \ mkdir -p $(dir $(1)) && \
$(if $(filter-out $(JARDEPS),$(4)), \ $(if $(filter-out $(JARDEPS),$(4)), \
RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),500,\ RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),500,\
$(call gb_Helper_convert_native,\ $(call gb_Helper_convert_native,\
$(filter-out $(JARDEPS),$(4)))) && \ $(filter-out $(JARDEPS),$(4)))) && \
$(if $(3),$(gb_JavaClassSet_JAVACCOMMAND) \ $(if $(3),$(gb_JavaClassSet_JAVACCOMMAND) \
$(gb_JavaClassSet_JAVACDEBUG) \ $(gb_JavaClassSet_JAVACDEBUG) \
-cp "$(T_CP)$(gb_CLASSPATHSEP)$(call gb_JavaClassSet_get_classdir,$(2))" \ -cp "$(T_CP)$(gb_CLASSPATHSEP)$(call gb_JavaClassSet_get_classdir,$(2))" \
-d $(call gb_JavaClassSet_get_classdir,$(2)) \ -d $(call gb_JavaClassSet_get_classdir,$(2)) \
@$$RESPONSEFILE &&) \ @$$RESPONSEFILE &&) \
rm -f $$RESPONSEFILE &&) \ rm -f $$RESPONSEFILE &&) \
touch $(1)) touch $(1))
endef endef
......
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