aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-03-02 22:11:53 +0000
committerStefan Monnier2004-03-02 22:11:53 +0000
commit6d376b570e01d3945b676f5bbd0bd259d724c1d6 (patch)
tree821de88e45357054f0bb216fd49c4399b6f66fb2
parent36801f7f476c0917d908051abe5e0cd889a0afeb (diff)
downloademacs-6d376b570e01d3945b676f5bbd0bd259d724c1d6.tar.gz
emacs-6d376b570e01d3945b676f5bbd0bd259d724c1d6.zip
(maintainer-clean): Clean in the lisp dir as well.
(bootstrap): Use the new boostrap-prepare target in lisp.
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index cf572f25812..d7ed0676b0c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,8 +2,8 @@
2# DIST: make most of the changes to this file you might want, so try 2# DIST: make most of the changes to this file you might want, so try
3# DIST: that first. 3# DIST: that first.
4 4
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 5# Copyright (C) 1992,93,94,95,96,97,98,1999,2000,01,02,03,2004
6# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7 7
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
9 9
@@ -634,6 +634,7 @@ maintainer-clean: FRC
634 -(cd lispref && $(MAKE) $(MFLAGS) maintainer-clean) 634 -(cd lispref && $(MAKE) $(MFLAGS) maintainer-clean)
635 -(cd lispintro && $(MAKE) $(MFLAGS) maintainer-clean) 635 -(cd lispintro && $(MAKE) $(MFLAGS) maintainer-clean)
636 (cd leim; $(MAKE) $(MFLAGS) maintainer-clean) 636 (cd leim; $(MAKE) $(MFLAGS) maintainer-clean)
637 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)
637 ${top_distclean} 638 ${top_distclean}
638 639
639### This doesn't actually appear in the coding standards, but Karl 640### This doesn't actually appear in the coding standards, but Karl
@@ -734,7 +735,7 @@ maybe_bootstrap:
734 fi 735 fi
735 736
736bootstrap: bootstrap-clean-before info FRC 737bootstrap: bootstrap-clean-before info FRC
737 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) 738 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)
738 (cd src; $(MAKE) $(MFLAGS) bootstrap) 739 (cd src; $(MAKE) $(MFLAGS) bootstrap)
739 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs${EXEEXT}) 740 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs${EXEEXT})
740 (cd src; $(MAKE) $(MFLAGS) mostlyclean) 741 (cd src; $(MAKE) $(MFLAGS) mostlyclean)