[Github-comments] [geany-plugins] Automake (#277)

Colomban Wendling notifications at xxxxx
Mon Nov 30 14:33:05 UTC 2015


> -	ao_wrapwords.h \
> -	ao_copyfilepath.h \
> -	addons.c \
> -	ao_blanklines.c \
> -	ao_doclist.c \
> -	ao_openuri.c \
> -	ao_systray.c \
> -	ao_bookmarklist.c \
> -	ao_markword.c \
> -	ao_tasks.c \
> -	ao_xmltagging.c \
> -	ao_wrapwords.c \
> -	ao_copyfilepath.c
> -
> -addons_la_LIBADD = $(COMMONLIBS)
> -
>  include $(top_srcdir)/build/cppcheck.mk

This is not acceptable, `make check` has to behave the same everywhere -- and especially, it has to run the checks when called from the top-level as it used to, so it's run by e.g. `make distcheck`.  AFAICS, it doesn't.

I guess a possible solution would be to "simply" populate a variable like i.e. `CPPCHECK_DIRS` and have that in the top-level Makefile's cppcheck rule instead of `$(srcdir)` or something.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/277/files#r46148966
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151130/566904cc/attachment.html>


More information about the Github-comments mailing list