bug-make
[Top][All Lists]
Advanced

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

[bug #22531] Make 3.81 May Incorrectly Regard Object Dependencies as Com


From: Paul D. Smith
Subject: [bug #22531] Make 3.81 May Incorrectly Regard Object Dependencies as Complete
Date: Mon, 26 May 2008 13:36:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5

Follow-up Comment #1, bug #22531 (project make):

I took a look at this.  It seems to belong to a class of bugs introduced in
3.81 by some (unintentional; at least I didn't intentionally do it) change
related to handling of directory separators (/).  In previous versions of make
I believe there was some effort to canonicalize directories by removing
trailing slashes and perhaps even leading "./" chars.  Apparently that is no
longer working the same way.

If I change your makefile to remove the trailing slashes from the variables
so the order-only prereqs don't contain trailing slashes (and add them in as
appropriate so the result is the same), then it works as expected in both 3.80
and 3.81.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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