Re: VPATH question

2023-02-24 Thread Paul Smith
On Fri, 2023-02-24 at 17:40 +0100, Gisle Vanem wrote: > Paul Smith wrote: > > If you use "-d" you'll get the info you want: > > > > No implicit rule found for 'default'. > > Considering target file 'lib'. > > Finished prerequisites of target file 'lib'. > > No need to remake ta

Re: VPATH question

2023-02-24 Thread Gisle Vanem
Paul Smith wrote: If you use "-d" you'll get the info you want: No implicit rule found for 'default'. Considering target file 'lib'. Finished prerequisites of target file 'lib'. No need to remake target 'lib'; using VPATH name 'apps/lib'. Finished prerequisites of target file

Re: VPATH question

2023-02-24 Thread Paul Smith
On Fri, 2023-02-24 at 08:44 +0100, Gisle Vanem wrote: > So I want to create a './lib' directory in > 'Current Directory', but gnumake won't do it > since there is a 'lib' under 'apps'. Output: >    gnumake: Nothing to be done for 'default'. > > Why doesn't it understand the meaning of '.'? It doe

RE: VPATH file rename is not detected by $

2011-06-09 Thread Bauernberger, Joachim (EXT-Other - DE/Ulm)
Sent: Thursday, June 09, 2011 9:48 AM To: Bauernberger, Joachim (EXT-Other - DE/Ulm) Cc: bug-make@gnu.org Subject: Re: VPATH file rename is not detected by $< I got lost in your perl script, so may have missed something; but it *looks* as if what's happening is that your .d.cmd file records

Re: VPATH file rename is not detected by $

2011-06-09 Thread Edward Welbourne
I got lost in your perl script, so may have missed something; but it *looks* as if what's happening is that your .d.cmd file records the prior path of what was $< on your previous run; so the .o file depends on that (as well as the newly renamed file that's $<) and this is the problem, not the fact

RE: VPATH file rename is not detected by $

2011-06-09 Thread Bauernberger, Joachim (EXT-Other - DE/Ulm)
ke-bounces+joachim.bauernberger.ext=nsn@gnu.org [mailto:bug-make-bounces+joachim.bauernberger.ext=nsn@gnu.org] On Behalf Of Bauernberger, Joachim (EXT-Other - DE/Ulm) Sent: Wednesday, June 08, 2011 9:25 PM To: bug-make@gnu.org Subject: RE: VPATH file rename is not detected by $< Sorry line wrapp

RE: VPATH file rename is not detected by $

2011-06-08 Thread Bauernberger, Joachim (EXT-Other - DE/Ulm)
Sorry line wrapping broke the test case bbelow. Hope it's ok to attach it once more. Cheers, joachim -Original Message- From: bug-make-bounces+joachim.bauernberger.ext=nsn@gnu.org [mailto:bug-make-bounces+joachim.bauernberger.ext=nsn@gnu.org] On Behalf Of Bauernberger, Joachim (EX

Re: vpath bug

2001-04-18 Thread Paul D. Smith
Are you using GNU make 3.79.1 for Windows, or the Cygwin version of GNU make? They are slightly different. I can't reproduce this problem on UNIX, so it must be a Windows-specific issue. There were a few bugs related to very obscure parsing errors in makefiles; can you run the original (failing

Re: vpath syntax problem (CORRECTION)

2000-07-04 Thread Paul D. Smith
%% Martin Vicente <[EMAIL PROTECTED]> writes: mv> I think i found a probleme with `vpath' syntax in GNU Make version 3.78.1 mv> make: file.c:252: file_hash_enter: Assertion `oldfile != file' failed. mv> Abort (core dumped) mv> Exit 134 I believe this is fixed in later versions of GNU ma

Re: vpath problem

2000-05-08 Thread Paul D. Smith
%% Russell Smiley <[EMAIL PROTECTED]> writes: No need for HTML on the mailing list; thanks. rs> Please find attached a very simple project that I believe may rs> illustrate a problem with make and its use of vpath. It's not a bug; this is how VPATH was designed by those who designed it; GNU

Re: VPATH

2000-04-05 Thread Paul D. Smith
%% "Kenneth Chao" <[EMAIL PROTECTED]> writes: kc> i wrote a makefile that runs perfectly on my NT system, using kc> version 3.77 version of gnu make for win32 systems. i then kc> brought it over to a solaris system that also has 3.77 of gnu kc> make, but i encountered problems. i'm almo