bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #33499] VPATH does not work with 'Advanced Auto-Dependency Generati


From: Paul D. Smith
Subject: [bug #33499] VPATH does not work with 'Advanced Auto-Dependency Generation' when source file is moved into another location
Date: Mon, 19 Sep 2011 19:46:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110905 Ubuntu/10.10 (maverick) Firefox/3.6.22

Update of bug #33499 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This isn't a bug in GNU make, and the contents of and descriptions on
non-GNU/FSF websites are not part of GNU make and aren't subject to bug
reports in Savannah.

The behavior you're seeing is correct, since the auto-generated dependency
files contain hardcoded pathnames, they don't use VPATH for lookup.

If you wanted to you could probably remove all paths from the generated
dependency files, whereupon make would use VPATH, but the problem with that is
you can never have two files in two different directories with the same name,
or make can't tell the difference.  Maybe that's OK in your environment; I
would definitely never accept it in mine.

If you want to discuss this further I think asking on the address@hidden
mailing list, giving more details about exactly what you're trying to do, is
your best bet.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33499>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]