[PATCH] Change in core[master]: simplify pattern-target by using a simple recursion…
Christian Lohmaier (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Oct 11 09:58:35 PDT 2012
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/858
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/858/1
simplify pattern-target by using a simple recursion…
…instead of using eval to process the same rule multiple times
Saves quoting, makes it more readable.
(% always matches whole sub-paths, not only on Mac, see
http://www.gnu.org/software/make/manual/html_node/Pattern-Match.html)
Change-Id: I80e481d4a7e1cd62ad9916257a75c77c87d3bbdd
---
M officecfg/CustomTarget_registry.mk
1 file changed, 10 insertions(+), 23 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/858
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I80e481d4a7e1cd62ad9916257a75c77c87d3bbdd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
More information about the LibreOffice
mailing list