[Mono-devel-list] PATCH: jay location in debugger

Robert Shade rshade at dvsconsulting.com
Tue Mar 16 15:42:10 EST 2004


This wouldn't work the first time it is built. (When the user doesn't 
have an installed copy of jay in the path)

rob

Fawad Halim wrote:

> Hi,
>    Building debugger in an isolated location fails because it assumes a 
> particular path for the mcs source and that mcs src there is already 
> built. Is this patch ok?
> 
> Index: frontends/scripting/Makefile.am
> ===================================================================
> RCS file: /mono/debugger/frontends/scripting/Makefile.am,v
> retrieving revision 1.6
> diff -r1.6 Makefile.am
> 3c3
> < JAY = $(top_srcdir)/../mcs/jay/jay
> ---
>  > JAY = `which jay`
> 
> Regards
> -fawad
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list