help-make
[Top][All Lists]
Advanced

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

Re: problem with double colon rules


From: Paul D. Smith
Subject: Re: problem with double colon rules
Date: Fri, 26 Apr 2002 12:41:48 -0400

The behavior with "../bb" is correct; it's the behavior of "aa" which is
wrong.  The manual says:

     If the makefiles specify a double-colon rule to remake a file with
  commands but no prerequisites, that file will always be remade (*note
  Double-Colon::).

This has been fixed in the latest source for GNU make; it works for me:

  $ make aa
  touch aa

  $ make aa
  touch aa

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "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]