bug-make
[Top][All Lists]
Advanced

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

Re: Possible GNU Make bug


From: Paul D. Smith
Subject: Re: Possible GNU Make bug
Date: Wed, 29 Jan 2003 21:09:40 -0500

%% David Buehler <address@hidden> writes:

  db> I'm expecting this makefile to echo "mylib", but it echos
  db> "Makefile" then "mylib"... perhaps there's something esoteric
  db> going on that I haven't figured out from the documentation.

The latter :).

Check the GNU make manual section "How Makefiles are Remade", in
particular the second paragraph.  Because you have a match-anything
rule, that is forced, your makefile will try to be remade every time.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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