help-make
[Top][All Lists]
Advanced

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

Re: make misteriously removes the target objects after build ??


From: Paul D. Smith
Subject: Re: make misteriously removes the target objects after build ??
Date: Wed, 25 Jul 2001 10:29:00 -0400

%% Jack Zhou <address@hidden> writes:

  jz> b : a
  jz>     @do sth

  jz> c : b
  jz>     @do sth

Well, it'll never happen in this particular case.

  jz> In this case, both b and c are target objects.  But sometimes at
  jz> the end of the build, b will be deleted by make, while it never
  jz> deleted c.

Look up "intermediate files" in the GNU make manual index.

-- 
-------------------------------------------------------------------------------
 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]