Re: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Christopher Faylor
On Mon, Mar 25, 2002 at 05:52:48PM -, Ronnie Shipman wrote: >More info: We don't need more info: http://sources.redhat.com/ml/cygwin/2002-03/msg01428.html http://sources.redhat.com/ml/cygwin/2002-03/msg01432.html The first reference tells you what you need to do if this was a cygwin problem

RE: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Larry Hall (RFK Partners, Inc)
At 12:52 PM 3/25/2002, Ronnie Shipman wrote: >More info: > >$ mount >C:\cygwin\bin on /usr/bin type system (binmode) >C:\cygwin\lib on /usr/lib type system (binmode) >C:\cygwin on / type system (binmode) >b: on /cygdrive/b type user (binmode,noumount) >c: on /cygdrive/c type user (binmode,noumount

RE: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Ronnie Shipman
man; '[EMAIL PROTECTED]' > Subject: Re: Make 'include' directive with Cygnus bash - path problem > > > Send the following to the list: > >1. Output of 'mount'. >2. Output of 'type make' >3. O

Re: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Johan Bezem
Hi Ronnie, Ronnie Shipman wrote: > > > I have encountered a problem including makefiles. > > # Including this works > > include c:/RIS/Software/3G_Platform_2_5_make/makefile.test > > > > # Including this fails > > #include /cygdrive/c/RIS/Software/3G_Platform_2_5_make/makefile.test > > PATH='

Re: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Larry Hall (RFK Partners, Inc)
Send the following to the list: 1. Output of 'mount'. 2. Output of 'type make' 3. Output of 'cygcheck make' 4. Output of 'echo $MAKE_MODE' Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 838 Washington Street

Re: Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Christopher Faylor
On Mon, Mar 25, 2002 at 05:27:39PM -, Ronnie Shipman wrote: >FYI: I have sent the same email to GNU... GNU doesn't support the version of make that comes from cygwin. If you want to see a problem fixed, you're going to have to debug make, fix it, and send a ChangeLog/patch here. cgf -- Uns

Make 'include' directive with Cygnus bash - path problem

2002-03-25 Thread Ronnie Shipman
> I have encountered a problem including makefiles. > Here are two very simple example makefiles: > > *** First simple makefile: makefile > > TEMP=$(shell pwd) > export > > # Including this works > include c:/RIS/Software/3G_Platform_2_5_make/makefile.test > > # Including this fails > #includ