bug-make
[Top][All Lists]
Advanced

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

[bug #18139] make chooses wrong pattern rule


From: anonymous
Subject: [bug #18139] make chooses wrong pattern rule
Date: Mon, 30 Oct 2006 20:39:57 +0000
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

Follow-up Comment #7, bug #18139 (project make):

I think the confusion comes from that the top-goal in the makefile is not
what it actually should be, that is just:

  all: $(LIBS)

Normally you would expect this to work but by the implications that Boris
mentionned it doesn't. 

Tnen, there are (at least) 3 criteria make uses on search for a pattern rule:

- file exists
- file "ought to exist"
- file can be made (intermediate) 

Unfortunately what "ought to exist" means and when its applied remains highly
unobvious in normal practice, but it is actually the point of change between
3.80/81.

--- grischka


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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