help-make
[Top][All Lists]
Advanced

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

Re: clean and cleandir question


From: Paul D. Smith
Subject: Re: clean and cleandir question
Date: Tue, 16 Mar 2004 18:39:15 -0500

%% Ipplepen <address@hidden> writes:

  i> Can anyone tell me what the difference is between what seem to be
  i> standard makefile targets "clean" and "cleandir" please ?

Not sure what you mean by "standard"; there are no predefined targets
that come with GNU make.

There are some conventions, and a very common one is that "clean" will
clean up any derived objects created by an invocation of "make".

There's no common target "cleandir" that I'm aware of, so we can't
suggest exactly what it might mean.


Why don't you just look at the makefile and see?

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