koala
Bernd Gehrmann
Bernd-Gehrmann at gmx.de
Sun Apr 28 17:51:03 UTC 2002
On Thursday 18 April 2002 09:36, you wrote:
> I keep a patch of any manual edits needed for the previous version, and
> apply that to the newly generated sources. It would be nice to completely
> automate it, but I'm not sure if it's possible (cf kdebindings/kdejava
> often fails to build too). Possibly the unedited sources could go in the
> cvs under an 'AUTOGENERATED_BINDINGS' tag, so that the manual edits would
> be the difference between this and the HEAD branch.
You could also commit the patch into cvs. Regenerating the sources could
then done with a Makefile target
regenerate:
kalyptus something
patch < patch
Whenever you change your manual modifications, you can update the patch
with
cvs diff > patch
cvs commit patch
Bernd.
More information about the KDevelop-devel
mailing list