bug-make
[Top][All Lists]
Advanced

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

[bug #15757] circular variable_set_list causes hang on SunOS


From: Paul D. Smith
Subject: [bug #15757] circular variable_set_list causes hang on SunOS
Date: Thu, 16 Feb 2006 14:23:47 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051224 Debian/1.5.dfsg-3 Firefox/1.5

Follow-up Comment #16, bug #15757 (project make):

FYI, the rehash_file() is normally called when a target is found via VPATH. 
If the target is found via VPATH, _and_ it is not going to be recreated, then
the target name is changed to be the VPATH pathname and the file is re-hashed.
 When that happens, if there's already a target with the new name, info on the
two targets needs to be combined and that's what this code is doing.

Given the name of the file, I'm guessing that you have an "include rules.mk"
and invoke make -I/view/normanw_9.1/vobs/CONNECT_ROOT/bin, or similar, and
then you also have in your makefiles "VPATH
/view/normanw_9.1/vobs/CONNECT_ROOT/bin" or similar, and then you ALSO have
rules.mk as a prerequisite.

To be sure about the first one, can you provide *from_file in the
rehash_file() function?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15757>

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





reply via email to

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