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

PythonTest must depend on bundled python stuff

Change-Id: I8957392a08bf7f39ef0cfac39484157c6a8f048d
üst 4d3455e0
......@@ -29,7 +29,7 @@ ifneq ($(DISABLE_PYTHON),TRUE)
# pass a hard-coded 139 to the gdb postprocess script to match soffice.bin
# signal exit values (assumption: non-0 exit value here means it crashed)
.PHONY : $(call gb_PythonTest_get_target,%)
$(call gb_PythonTest_get_target,%) :
$(call gb_PythonTest_get_target,%) : $(call gb_ExternalExecutable_get_dependencies,python)
$(call gb_Output_announce,$*,$(true),PYT,2)
$(call gb_Helper_abbreviate_dirs,\
rm -rf $(dir $(call gb_PythonTest_get_target,$*)) && \
......
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