aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2008-06-23 03:11:56 +0000
committerStefan Monnier2008-06-23 03:11:56 +0000
commitb7bc82c54698d19003ee121456569dd654d11d86 (patch)
treecaacf9a21c2fc8e1ea821e7562da60f04aef2f1c /lisp
parent81c5ac7ed9691921a6e9c8e098725ac7e2b3ecbe (diff)
downloademacs-b7bc82c54698d19003ee121456569dd654d11d86.tar.gz
emacs-b7bc82c54698d19003ee121456569dd654d11d86.zip
(distclean): Don't delete *.elc and autogen files.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/Makefile.in5
2 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67aecdf5475..d85a93c6898 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,15 +1,19 @@
12008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (distclean): Don't delete *.elc and autogen files.
4
12008-06-22 Dan Nicolaescu <dann@ics.uci.edu> 52008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * vc.el: 7 * vc.el:
4 * vc-hooks.el: 8 * vc-hooks.el:
5 * vc-dispatcher.el: Move vc-dir variables and functions ... 9 * vc-dispatcher.el: Move vc-dir variables and functions ...
6 * vc-dir.el: ... here. New file. 10 * vc-dir.el: ... here. New file.
7 * Makefile.in (ELCFILES): Add vc-dir.elc. 11 * Makefile.in (ELCFILES): Add vc-dir.elc.
8 12
9 * vc.el: Move vc-annotate variables and functions ... 13 * vc.el: Move vc-annotate variables and functions ...
10 * vc-annotate.el: ... here. New file. 14 * vc-annotate.el: ... here. New file.
11 * Makefile.in (ELCFILES): Add vc-annotate.elc. 15 * Makefile.in (ELCFILES): Add vc-annotate.elc.
12 16
13 * vc-dav.el: Move here from url/vc-dav.el. 17 * vc-dav.el: Move here from url/vc-dav.el.
14 (Todo): Note work needed to make this backend functional. 18 (Todo): Note work needed to make this backend functional.
15 19
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 752e61388e8..624b9983de5 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -1426,9 +1426,10 @@ $(CAL_DIR)/hol-loaddefs.el: $(CAL_SRC)
1426bootstrap-clean: 1426bootstrap-clean:
1427 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) 1427 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
1428 1428
1429distclean: bootstrap-clean 1429distclean:
1430 -rm -f ./Makefile 1430 -rm -f ./Makefile
1431maintainer-clean: distclean 1431
1432maintainer-clean: distclean bootstrap-clean
1432 1433
1433.PHONY: check-declare 1434.PHONY: check-declare
1434 1435