Kaydet (Commit) 7711a60a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try to get the tinderbox build working

Change-Id: Ie0a9b6e64c35a046afbb5c26c1b75bdd0d897a23
üst aca9824c
...@@ -34,12 +34,14 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ ...@@ -34,12 +34,14 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\
$(call gb_Executable_use_package,LibreOffice,touch_inc) $(call gb_Executable_use_package,LibreOffice,touch_inc)
$(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative) # Mark the executable as dependingf on AllModulesButInstsetNative so
# that it is built only after all libraries that it links to (which
# might be any of them) have been built.
# Mark the executable as depending on all libraries so that it gets # Mark the executable as depending on all libraries so that it gets
# rebuilt if any library has been rebuilt. Avoids need for "make # rebuilt if any library has been rebuilt. Avoids need for "make
# ios.clean". # ios.clean".
$(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(wildcard $(OUTDIR)/lib/lib*.a) $(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative) $(wildcard $(OUTDIR)/lib/lib*.a)
# vim: set ts=4 sw=4 et: # vim: set ts=4 sw=4 et:
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