Re: Bug in builtin function abspath

2006-06-07 Thread Alessandro Vesely
Eli Zaretskii wrote: Date: Wed, 07 Jun 2006 07:57:11 -0400 From: Earnie Boyd <[EMAIL PROTECTED]> Cc: Alessandro Vesely <[EMAIL PROTECTED]>, make-w32@gnu.org With mount points one cannot reach "symlink/../not-in-cwd". To be consistent with that, we should first compute ".."'s and then fail. Corr

Re: Temporary files

2006-06-07 Thread Greg Chicares
On 2006-6-8 5:08 UTC, Laiju Mathew wrote: > > After running a Gmake file on Windows, I see huge list of files , all > about 1kB in the TEMP directory. The files are named make.sh. > Each file has one command that is run by GMake. Are these files normally > deleted by GMake itself or should they d

Temporary files

2006-06-07 Thread Laiju Mathew
Hi,After running a Gmake file on Windows, I see huge list of  files , all about 1kB in the TEMP directory. The files are named make.sh. Each file has one command that is run by GMake. Are these files normally deleted by GMake itself or should they deleted by the user ? Regards-Laiju ___

Re: VPATH and vpath problems

2006-06-07 Thread Greg Chicares
On 2006-6-7 16:44 UTC, Dan Clarke wrote: > > VPATH = w:/modules7/graphics/pc/vshaders/effects > vpath %.hvs w:/modules7/graphics/pc/vshaders/effects > > %.hvo: %.hvs > > and I get the following error ... > > gnumake: *** No rule to make target > `\gamedir\vshaders\effects\ccorrect.hvo', needed

Re: VPATH and vpath problems

2006-06-07 Thread Eli Zaretskii
> Date: Wed, 07 Jun 2006 16:44:58 + > From: Dan Clarke <[EMAIL PROTECTED]> > > Hi. I'm having a bit of trouble getting the VPATH variable to do > anything. FWIW, I never had any trouble with it. > I want to generate a .hvo file from a .hvs file. However, > they have to be in different di

Re: Bug in builtin function abspath

2006-06-07 Thread Eli Zaretskii
> Date: Wed, 07 Jun 2006 07:57:11 -0400 > From: Earnie Boyd <[EMAIL PROTECTED]> > Cc: Alessandro Vesely <[EMAIL PROTECTED]>, make-w32@gnu.org > > >> With mount points one cannot reach "symlink/../not-in-cwd". To be > >> consistent with that, we should first compute ".."'s and then fail. > >> Corre

VPATH and vpath problems

2006-06-07 Thread Dan Clarke
Hi. I'm having a bit of trouble getting the VPATH variable to do anything. I want to generate a .hvo file from a .hvs file. However, they have to be in different directories. I've got this in my makefile ... VPATH = w:/modules7/graphics/pc/vshaders/effects vpath %.hvs w:/modules7/graphics/

Re: Bug in builtin function abspath

2006-06-07 Thread Earnie Boyd
Quoting Eli Zaretskii <[EMAIL PROTECTED]>: With mount points one cannot reach "symlink/../not-in-cwd". To be consistent with that, we should first compute ".."'s and then fail. Correct? Sorry, I don't follow: what mount points? ``mountvol /?'' on any XP box. There is also something calle