discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] autoconf tricks (Was:...Building usrp module and


From: Dave Dodge
Subject: Re: [Discuss-gnuradio] autoconf tricks (Was:...Building usrp module and firmware
Date: Tue, 9 Nov 2004 06:12:09 -0500
User-agent: Mutt/1.4.2i

On Tue, Nov 09, 2004 at 01:50:19PM +0530, Prateek Dayal wrote:
> is there a difference between make clean and make distclean ???

Typically, I believe "distclean" does everything that "clean" does,
then additionally removes some of the files generated by the configure
stage (for example config.status and config.h).

"clean" is for when you want to recompile a configured tree, and
"distclean" is for when you want the tree to be the same as the
contents of a distributable tarfile.  You should probably check the
Makefile to be sure.

                                                  -Dave Dodge




reply via email to

[Prev in Thread] Current Thread [Next in Thread]