(Fkill_buffer): Call reset_buffer_local_variables
[bpt/emacs.git] / Makefile.in
index 525fdf6..e8f8027 100644 (file)
@@ -22,7 +22,7 @@
 #      `make distclean' should leave only the files that were in the
 #      distribution.
 # 
-# make realclean
+# make maintainer-clean
 #      Delete everything from the current directory that can be
 #      reconstructed with this Makefile.  This typically includes
 #      everything deleted by distclean, plus more: C source files
@@ -257,7 +257,8 @@ ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
          LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
 
 blessmail: ${SUBDIR_MAKEFILES} src FRC
-       cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}'
+       cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) \
+         MAKE='${MAKE}' archlibdir='$(archlibdir)'
 
 Makefile: Makefile.in config.status
        ./config.status
@@ -333,6 +334,7 @@ install-arch-indep: mkdir
                 rm -rf $${subdir}/CVS ; \
                 rm -f  $${subdir}/\#* ; \
                 rm -f  $${subdir}/*~ ; \
+                rm -f  $${subdir}/*.orig ; \
               done) ; \
         done
        -rm -f ${lispdir}/subdirs.el
@@ -360,7 +362,7 @@ install-arch-indep: mkdir
 ### Build all the directories we're going to install Emacs in. Since
 ### we may be creating several layers of directories (for example,
 ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
-### instead of mkdir.  Not all systems' mkdirs have the `-p' flag.
+### instead of mkdir.  Not all systems' mkdir programs have the `-p' flag.
 mkdir: FRC
        $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
          ${bindir} ${datadir} ${docdir} ${libexecdir} \
@@ -399,7 +401,7 @@ FRC:
 
 # ==================== Cleaning up and miscellanea ====================
 
-.PHONY: mostlyclean clean distclean realclean extraclean
+.PHONY: mostlyclean clean distclean maintainer-clean extraclean
 
 ### `mostlyclean'
 ###      Like `clean', but may refrain from deleting a few files that people
@@ -447,23 +449,23 @@ distclean: FRC
        ${top_distclean}
        
 
-### `realclean'
+### `maintainer-clean'
 ###      Delete everything from the current directory that can be
 ###      reconstructed with this Makefile.  This typically includes
 ###      everything deleted by distclean, plus more: C source files
 ###      produced by Bison, tags tables, info files, and so on.
 ### 
-###      One exception, however: `make realclean' should not delete
+###      One exception, however: `make maintainer-clean' should not delete
 ###      `configure' even if `configure' can be remade using a rule in the
-###      Makefile.  More generally, `make realclean' should not delete
+###      Makefile.  More generally, `make maintainer-clean' should not delete
 ###      anything that needs to exist in order to run `configure' and then
 ###      begin to build the program.
-realclean: FRC
-       (cd src;      $(MAKE) $(MFLAGS) realclean)
-       (cd oldXMenu; $(MAKE) $(MFLAGS) realclean)
-       (cd lwlib;    $(MAKE) $(MFLAGS) realclean)
-       (cd lib-src;  $(MAKE) $(MFLAGS) realclean)
-       -(cd man &&   $(MAKE) $(MFLAGS) realclean)
+maintainer-clean: FRC
+       (cd src;      $(MAKE) $(MFLAGS) maintainer-clean)
+       (cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean)
+       (cd lwlib;    $(MAKE) $(MFLAGS) maintainer-clean)
+       (cd lib-src;  $(MAKE) $(MFLAGS) maintainer-clean)
+       -(cd man &&   $(MAKE) $(MFLAGS) maintainer-clean)
        ${top_distclean}
 
 ### This doesn't actually appear in the coding standards, but Karl
@@ -530,4 +532,4 @@ force-info:
 info: force-info
        (cd ${srcdir}/man; $(MAKE) $(MFLAGS) info)
 dvi:
-       (cd ${srcdir}/man; $(MAKE) $(MFLAGS) dvi)
+       (cd man; $(MAKE) $(MFLAGS) dvi)