bug#19961: check-local is kind of like check-hook

2015-03-02 Thread Shahbaz Youssefi
On Mon, Mar 2, 2015 at 12:18 AM, Peter Johansson wrote: > On 02/28/2015 02:07 AM, Shahbaz Youssefi wrote: >> >> To align this with the other -local rules, why not generate it like this? >> >> check-am: all-am check-local >> $(MAKE) $(AM_MAKEFLAGS) chec

bug#19961: check-local is kind of like check-hook

2015-02-27 Thread Shahbaz Youssefi
Hi, The -local and -hook targets are generally used like this: X: X-local # stuff to do X $(MAKE) X-hook That is, X-local is run first, then the automake generated rules do X and then X-hook is called. With check-local, the generated Makefile.in looks like this: check-am: all-am $(