# HG changeset patch # User michaels # Date 1136032883 0 # Node ID 9a0af1444f54ba8d6e10e54d64c1baedb64b20dd # Parent b4b66310c96494cdfb44051e5e7df490f104beb4 [xemacs-hg @ 2005-12-31 12:41:23 by michaels] 2005-12-29 Mike Sperber * Makefile.in.in (top-distclean-noconfig): Don't delete site-packages xemacs-packages mule-packages site-lisp---those are supposed to stick around. diff -r b4b66310c964 -r 9a0af1444f54 ChangeLog --- a/ChangeLog Fri Dec 30 22:51:16 2005 +0000 +++ b/ChangeLog Sat Dec 31 12:41:23 2005 +0000 @@ -1,3 +1,9 @@ +2005-12-29 Mike Sperber + + * Makefile.in.in (top-distclean-noconfig): Don't delete + site-packages xemacs-packages mule-packages site-lisp---those are + supposed to stick around. + 2005-11-25 Mike Sperber * CHANGES-beta: diff -r b4b66310c964 -r 9a0af1444f54 Makefile.in.in --- a/Makefile.in.in Fri Dec 30 22:51:16 2005 +0000 +++ b/Makefile.in.in Sat Dec 31 12:41:23 2005 +0000 @@ -564,7 +564,6 @@ ## Like `distclean' but don't delete files created by `configure'. top-distclean-noconfig: FRC.distclean-noconfig -$(RM) TAGS .sbinit lock/* lisp/finder-inf.el* - -$(RM) -r site-packages xemacs-packages mule-packages site-lisp distclean-noconfig: top-mostlyclean top-clean top-distclean-noconfig for d in $(SUBDIR); do (cd ./$$d && $(MAKE) $(RECURSIVE_MAKE_ARGS) $@); done