bug-make
[Top][All Lists]
Advanced

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

[bug #41273] wildcard function does not return newly created file


From: Paul D. Smith
Subject: [bug #41273] wildcard function does not return newly created file
Date: Mon, 03 Feb 2014 00:19:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36

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

This is a function make's internal directory caching mechanism.  The wildcard
function looks through the internal cache (where it exists) not the local
filesystem, which means that if there are rules that create files make doesn't
know about (e.g., ones that didn't exist when make started and are not listed
as targets of the recipes make runs) then they may not show up in the results
of the wildcard function.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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