This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Config files not removed by make clean
- From: Rafael Laboissiere <laboissiere at psy dot mpg dot de>
- To: automake at gnu dot org
- Date: Wed, 5 Mar 2003 10:39:25 +0100
- Subject: Config files not removed by make clean
- Organization: Max-Planck Institute for Psychological Research -- Munich,Germany
- Reply-to: Rafael Laboissiere <laboissiere at psy dot mpg dot de>
The documentation of Automake 1.7.2 says:
Configuration requirements
==========================
[snip]
`AC_CONFIG_FILES'
`AC_OUTPUT'
[snip]
Other listed files are treated differently. Currently the only
difference is that an Automake `Makefile'is removed by `make
distclean', while other files are removed by `make clean'.
However, make clean does not remove the files listed in AC_CONFIG_FILES.
Indeed, in file /usr/share/automake-1.7/am/clean.am, I see:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
meaning that the files listed in AC_CONFIG_FILES are removed with make
distclean, contrary to what is stated in the documentation. What am I
missing here?
--
Rafael