Jan Warchoł wrote Saturday, July 23, 2011 1:39 PM
2011/7/21 Trevor Daniels <t.dani...@treda.co.uk>:
If the compile and link succeed, you usually ctrl-C out of make
as soon as linking has finished so you can get on with testing.
So you need to see the relevant messages on the console
to determine this.
I'm not sure if i understand your workflow, but I think a far
better
solution than watching console output is to use a script. I
attach a
scipt that i use for this, it saves me some time.
Not really. If you have changed only one or two C++ routines
the compile and link part of make take only a few seconds.
There's no point in letting it go on to check all the doc files.
So really no time is wasted watching the console output. In
my case there are usually compile errors to fix most of the time,
so it takes even less time :)
Actually Graham's suggestion to have a compile and link only
target in make was a good one. That would save having to
ctrl-C out.
Trevor
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel