help-make
[Top][All Lists]
Advanced

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

Re: -r, .SUFFIXES:


From: Paul D. Smith
Subject: Re: -r, .SUFFIXES:
Date: Wed, 5 Oct 2005 09:20:47 -0400

%% Torsten Mohr <address@hidden> writes:

  tm> When i give the command line option "-r" this does not happen.

There are two types of predefined rules: traditional make suffix rules,
and GNU make pattern rules.  The .SUFFIXES: empty target will get rid of
the traditional make suffix rules but doesn't touch the predefined
pattern rules.

-r gets rid of all of them.

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