[PATCH 13/17] tools/check-coding-style.mk: Work correctly with out-of-tree builds

John (J5) Palmieri johnp at redhat.com
Mon Apr 30 15:05:10 PDT 2007


Word!!!

On Mon, 2007-04-30 at 12:55 +0100, Simon McVittie wrote:
> diff --git a/tools/check-coding-style.mk b/tools/check-coding-style.mk
> index 5209223..6bf350a 100644
> --- a/tools/check-coding-style.mk
> +++ b/tools/check-coding-style.mk
> @@ -1,5 +1,6 @@
>  check-local::
>  	@fail=0; \
> +	cd $(srcdir) || exit $$?; \
>  	if test -n "$(check_misc_sources)"; then \
>  		echo check-coding-style.mk: checking misc sources...; \
>  		top_srcdir=$(top_srcdir) \
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus



More information about the dbus mailing list