]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3826: Stop scripts/auxiliar/update-with-convert-ly.sh from doing a full make
authorDavid Kastrup <dak@gnu.org>
Mon, 27 Jan 2014 11:57:43 +0000 (12:57 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 2 Feb 2014 12:52:38 +0000 (13:52 +0100)
commit2d3a5d87166caa13feb036e23086b0d4f23283f4
treef4224a9242eeb3e7db81556643f756b306ab89e9
parent1df9fc42197a6b2931f448cfba717527aead5e5a
Issue 3826: Stop scripts/auxiliar/update-with-convert-ly.sh from doing a full make

It is quite a nuisance for writing convert-ly rules that
scripts/auxiliar/update-with-convert-ly runs a full make since any
partly successful run of update-with-convert-ly will cause large
delays.  It also leads to a paradoxical situation when the syntax of
some files needs to be converted _before_ a full make has a chance to
succeed.

So this patch reduces the preliminary make to "make pythonmodules"
which should be sufficient for updating from convertrules.py changes.
scripts/auxiliar/update-with-convert-ly.sh