[PATCH] add supporting target and options to generate patches for Ex...
Norbert Thiebaud (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Sep 27 10:22:05 PDT 2012
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/712
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/712/1
add supporting target and options to generate patches for ExternalProjects
usage:
generate a 'reference' copy of the expanded and patched file structure
$> make clucene.clean
$> patches=t make clucene
go to the module
$> cd clucene
edit files in $WORKDIR/UnpackedTarball/clucene
force a rebuild of things that depend on that UnpackedTarball
$> make clucene.rebuild
create a -p1 patch named clucene.new.patch in the module's directory
$> make clucene.genpatch
you can then rename it, place it where appropriate in the module
hierarchy, update the UnpackedTarball_lucene.mk to apply it.
rinse and repeat from the top (yes the make lucene.clean is needed
to regenerate a 'reference' expanded and patched tarball)
Change-Id: I419c54a5981cffa385521596ba5016d2ca7ef52a
---
M solenv/gbuild/TargetLocations.mk
M solenv/gbuild/UnpackedTarball.mk
M solenv/gbuild/gbuild.mk
3 files changed, 34 insertions(+), 0 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/712
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I419c54a5981cffa385521596ba5016d2ca7ef52a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Norbert Thiebaud <nthiebaud at gmail.com>
More information about the LibreOffice
mailing list