>From Björn Michaelsen <[email protected]>: Björn Michaelsen has submitted this change and it was merged.
Change subject: fix concat-deps ...................................................................... fix concat-deps * make concat-deps use absolute paths whereever possible * collapse /../ _after_ making the path absolute otherwise it will break for relative paths starting with ../ * substitude SRCDIR variable, so trees can be moved * this fixes subsequentcheck as it does run gbuild from a different work directory in a few non-tail_build modules, which are then complaining about missing/unresolvable deps * this should fix troubles from module rebuild as relative paths were different between tail_build and the module dir Change-Id: I5a25e1f55bdc2b475df2af04b711fd808d95cdaf --- M solenv/bin/concat-deps.c 1 file changed, 86 insertions(+), 23 deletions(-) Approvals: Björn Michaelsen: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/351 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5a25e1f55bdc2b475df2af04b711fd808d95cdaf Gerrit-PatchSet: 2 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Björn Michaelsen <[email protected]> Gerrit-Reviewer: Björn Michaelsen <[email protected]> Gerrit-Reviewer: Michael Stahl <[email protected]> Gerrit-Reviewer: Norbert Thiebaud <[email protected]> _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
