[Xcb] VPATH plumbing

Barton C Massey bart at cs.pdx.edu
Thu Sep 15 19:50:42 PDT 2005


I don't know.  This looks like a fairly high risk, extensive
patch.  Has it been thoroughly tested and documented?


Just kidding. :-)  Thanks much for the patch!  Who wants to
commit it?

	Bart

In message <200509152225.06489.xcb506 at vtnet.ca> you wrote:
> 
> --Boundary-00=_C0iKDeKVt5VpgKE
> Content-Type: text/plain;
>   charset="us-ascii"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
> 
> For reasons unknown even to myself I have a preference for compiling 
> code outside its source tree using the VPATH mechanism. The attached 
> patch allows xcb to build this way.
> 
> --Boundary-00=_C0iKDeKVt5VpgKE
> Content-Type: text/x-diff;
>   charset="us-ascii";
>   name="diff"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: attachment;
> 	filename="diff"
> 
> ? .Makefile.am.swp
> ? xcb_des.c
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/xcb/xcb/src/Makefile.am,v
> retrieving revision 1.23
> diff -u -r1.23 Makefile.am
> --- Makefile.am	12 May 2005 08:59:28 -0000	1.23
> +++ Makefile.am	16 Sep 2005 02:19:47 -0000
> @@ -72,7 +72,7 @@
>  	            --stringparam base-path $(XCBPROTO_XCBINCLUDEDIR)/ \
>  	            --stringparam extension-path \
>  	                          $(XCBPROTO_XCBINCLUDEDIR)/extensions/ \
> -	            -o $@ c-client.xsl $< 
> +	            -o $@ $(srcdir)/c-client.xsl $< 
>  
>  %.c: %.xml c-client.xsl
>  	@n=`dirname $*`; test -d $$n || (echo mkdir $$n; mkdir $$n)
> @@ -80,4 +80,4 @@
>  	            --stringparam base-path $(XCBPROTO_XCBINCLUDEDIR)/ \
>  	            --stringparam extension-path \
>  	                          $(XCBPROTO_XCBINCLUDEDIR)/extensions/ \
> -	            -o $@ c-client.xsl $< 
> +	            -o $@ $(srcdir)/c-client.xsl $< 
> 
> --Boundary-00=_C0iKDeKVt5VpgKE
> Content-Type: text/plain; charset="us-ascii"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
> 
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
> --Boundary-00=_C0iKDeKVt5VpgKE--


More information about the Xcb mailing list