bug-make
[Top][All Lists]
Advanced

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

Re: Cancelling implicit rules


From: Paul D. Smith
Subject: Re: Cancelling implicit rules
Date: Mon, 30 Oct 2000 13:10:58 -0500

%% Thorstein Thorsteinsson <address@hidden> writes:

  tt> If I understand correctly, the following example does
  tt> not work according to the description in the manual.

Your attachment was corrupted.  It's simplest if you just include the
makefile as a normal text file, or attach it using something basic like
text/plain, rather than trying to send a compressed tar file, unless the
makefile is really large (which it doesn't seem like this one is).

Without being able to see the rules you're using there's little comment
I can make.

When re-sending your question, please be sure to include basic
information such as what version of GNU make you're using, what
operating system and OS version you're using, etc.

  tt> My main reason for avoiding a direct %.f -> %.o rule is that I
  tt> want to delete %.F in case of errors/interrupts.  Using the target
  tt> .DELETE_ON_ERROR does not seem to be applicable, because %.F would
  tt> not appear as a target (?)

If I understand this correctly, you're right, .DELETE_ON_ERROR wouldn't
be appropriate here.

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