On 2012-04-16 07:44 +0200, Dag-Erling Smørgrav wrote:
> Peter Johansson writes:
> > I would install the program as one name and then create symbolic links
> > within $(bindir) to the other names. You can do this with an
> > install-hook explained here
> >
> > http://www.gnu.org/software/automake/m
[CC:ing bug-automake so that we won't forget about the issue]
On 04/16/2012 09:02 AM, Peter Johansson wrote:
> Hello,
>
> I find the recheck target very handy. In most projects we have a recursive
> structure and added a
>
> recheck: all
> (cd test && make $@)
>
> in top_dir. And typically
Hello,
I find the recheck target very handy. In most projects we have a
recursive structure and added a
recheck: all
(cd test && make $@)
in top_dir. And typically I work like
edit sources
make recheck VERBOSE=1 -j8
edit source
etc
which works very nice. Now I've started to work in a pr