lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GOP-PROP 5: build system output (probable decision)


From: Trevor Daniels
Subject: Re: GOP-PROP 5: build system output (probable decision)
Date: Sat, 23 Jul 2011 15:07:22 +0100


Jan Warchoł wrote Saturday, July 23, 2011 1:39 PM


2011/7/21 Trevor Daniels <address@hidden>:

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]