Mercurial > hg > xemacs-beta
comparison ChangeLog @ 3062:21d92abaac3a
[xemacs-hg @ 2005-11-13 10:39:28 by ben]
fix up clean targets to delete .elc's as necessary
dynodump/Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness.
Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
*-noconfig targets are like the base targets they're based off of, but
don't delete Makefiles and certain other files needed to rebuild the
Makefiles as necessary. Refactor things to be more consistent.
Top-level `elcclean' is an alias for `realclean-noconfig' and is used
by target `beta'. `realclean-noconfig' (and, by extension, `realclean'
and `extraclean') remove the .elc files.
Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness.
Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness.
Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness.
Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness.
Makefile: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness.
common/Makefile.common: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
Do some refactoring for cleanliness. Put in some magic cookies in
comments so this file gets read as a make file by XEmacs.
author | ben |
---|---|
date | Sun, 13 Nov 2005 10:39:41 +0000 |
parents | 7679bfa253c2 |
children | 4c038e89d563 |
comparison
equal
deleted
inserted
replaced
3061:fd1acd2f457a | 3062:21d92abaac3a |
---|---|
1 2005-11-13 Ben Wing <ben@xemacs.org> | |
2 | |
3 * dynodump/Makefile.in.in: | |
4 * dynodump/Makefile.in.in (.PHONY): | |
5 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
6 Do some refactoring for cleanliness. | |
7 | |
8 2005-11-13 Ben Wing <ben@xemacs.org> | |
9 | |
10 * Makefile.in.in: | |
11 * Makefile.in.in (beta): | |
12 * Makefile.in.in (FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean FRC.extraclean FRC.tags): | |
13 * Makefile.in.in (.PHONY): | |
14 * Makefile.in.in (top-mostlyclean): | |
15 * Makefile.in.in (mostlyclean): | |
16 * Makefile.in.in (top-clean): | |
17 * Makefile.in.in (clean): | |
18 * Makefile.in.in (distclean): | |
19 * Makefile.in.in (realclean): | |
20 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
21 *-noconfig targets are like the base targets they're based off of, but | |
22 don't delete Makefiles and certain other files needed to rebuild the | |
23 Makefiles as necessary. Refactor things to be more consistent. | |
24 Top-level `elcclean' is an alias for `realclean-noconfig' and is used | |
25 by target `beta'. `realclean-noconfig' (and, by extension, `realclean' | |
26 and `extraclean') remove the .elc files. | |
27 | |
1 2005-11-13 Ben Wing <ben@xemacs.org> | 28 2005-11-13 Ben Wing <ben@xemacs.org> |
2 | 29 |
3 * configure.ac (win32 native sound): | 30 * configure.ac (win32 native sound): |
4 Dependent on operating system, not on window system. | 31 Dependent on operating system, not on window system. |
5 | 32 |