]> sourceware.org Git - automake.git/commit
* automake.in (CLEAN, MAINTAINER_CLEAN): New constants.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 24 Aug 2002 20:43:01 +0000 (20:43 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 24 Aug 2002 20:43:01 +0000 (20:43 +0000)
commitc9094e71300c38655b93901bf53e0f633c15bf61
treeae331399c63f7d9037a220523f9103eea949ea3f
parent88271979642cbe65ff920fd867d9a30f465864ab
* 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%.
ChangeLog
automake.in
lib/am/clean.am
This page took 0.027096 seconds and 5 git commands to generate.