Kaydet (Commit) 350531b1 authored tarafından David Tardon's avatar David Tardon

do not compile if there are no sources

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