Re: Autoconf and CVS

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

 



Hello,

On Sat, Dec 24, 2005 at 03:13:41AM -0500, David Fang wrote:
> > > [...] how do I completely clean all generated files?

> There's a target called 'maintainer-clean' that will remove them.
> This target, however, is enabled by AM_MAINTAINER_MODE, [...]

two mistakes here:

"make maintainer-clean" doesn't clean most of the generated files.
It doesn't clean configure, nor Makefile.in's, nor aclocal.m4.
If your project contains a lex or yacc source, then maintainer-clean
does clean the generated *.c sources.  In short, foreget about
maintainer-clean.

Second, maintainer-clean has nothing to do with AM_MAINTAINER_MODE.
And maintainer-clean is always available, as it is required by the
GNU Coding Standards.

(And, as I said in my post to another sub-thread, forget about
AM_MAINTAINER_MODE, too.)

Have a nice day,
	Stepan Kasal


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux