Kaydet (Commit) bf967a4f authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

deliver can use hardlink

Change-Id: Ia04eedc6375748505c954e2315a0c5af7afae84f
üst 6f40eec7
......@@ -111,7 +111,7 @@ $(eval $(call gb_CppunitTest_use_unittest_configuration,dbaccess_dialog_save))
$(call gb_CppunitTest_get_target,dbaccess_dialog_save) : $(WORKDIR)/CppunitTest/testDialogSave.odb
$(WORKDIR)/CppunitTest/testDialogSave.odb : $(SRCDIR)/dbaccess/qa/extras/testdocuments/testDialogSave.odb
mkdir -p $(dir $@)
$(call gb_Deliver_deliver,$<,$@)
cp -P -f "$<" "$@"
.PHONY: $(WORKDIR)/CppunitTest/testDialogSave.odb
# vim: set noet sw=4 ts=4:
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