JavaClassSet: whitespace cleanup
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user