emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in,v
Date: Tue, 24 Jun 2008 23:44:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/24 23:44:13

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -b -r1.400 -r1.401
--- Makefile.in 24 Jun 2008 23:00:25 -0000      1.400
+++ Makefile.in 24 Jun 2008 23:44:12 -0000      1.401
@@ -1281,17 +1281,20 @@
        rm -f buildobj.lst
 clean: mostlyclean
        rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT}
-/**/# This is used in making a distribution.
-/**/# Do not use it on development directories!
-distclean: clean
-       rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu 
../etc/DOC-*
-       mv ./.gdbinit ./.gdbinit.save
-       if test -f "${srcdir}/.gdbinit"; then rm -f ./.gdbinit.save; \
-       else mv ./.gdbinit.save ./.gdbinit; fi
 /* bootstrap-clean is used to clean up just before a bootstrap.
    It should remove all files generated during a compilation/bootstrap,
    but not things like config.status or TAGS.  */
-bootstrap-clean: distclean
+bootstrap-clean: clean
+       rm -f epaths.h config.h Makefile.c config.stamp stamp-oldxmenu 
../etc/DOC-*
+       if test -f ./.gdbinit; then \
+         mv ./.gdbinit ./.gdbinit.save; \
+         if test -f "${srcdir}/.gdbinit"; then rm -f ./.gdbinit.save; \
+         else mv ./.gdbinit.save ./.gdbinit; fi; \
+       fi
+/**/# This is used in making a distribution.
+/**/# Do not use it on development directories!
+distclean: bootstrap-clean
+       rm -f Makefile
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]