This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ./ChangeLog ./automake.in lib/am/clean.am
- From: adl at sources dot redhat dot com
- To: automake-cvs at sourceware dot cygnus dot com
- Date: 24 Aug 2002 20:43:02 -0000
- Subject: automake ./ChangeLog ./automake.in lib/am/clean.am
CVSROOT: /cvs/automake
Module name: automake
Changes by: adl@sources.redhat.com 2002-08-24 13:43:02
Modified files:
. : ChangeLog automake.in
lib/am : clean.am
Log message:
* automake.in (CLEAN, MAINTAINER_CLEAN): New constants.
(maintainer_clean_files): Replace by ...
(clean_files): ... this new variable.
(initialize_per_input, lang_yacc_target_hook,
lang_lex_target_hook): Use %clean_files instead of
@maintainer_clean_files.
(handle_clean): Rewrite, using %clean_files.
(require_build_directory_maybe): Use %clean_files instead
of %compile_clean_files. This allows using
&require_build_directory_maybe for non-compiling targets.
* lib/am/clean.am (mostlyclean-generic, clean-generic,
distclean-generic, maintainer-clean-generic): Rewrite using
%MOSTLYCLEAN_RMS%, %CLEAN_RMS%, %DISTCLEAN_RMS%, and
%MAINTAINER_CLEAN_RMS%.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.1956&r2=1.1957
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1342&r2=1.1343
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/am/clean.am.diff?cvsroot=automake&r1=1.41&r2=1.42