It's been bugging me to no end that "make beta" would delete my
packages symlinks. If there's no objection, I'll commit this on the
weekend.
2005-12-29 Mike Sperber <mike(a)xemacs.org>
* Makefile.in.in (top-distclean-noconfig): Don't delete
site-packages xemacs-packages mule-packages site-lisp---those are
supposed to stick around.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Index: Makefile.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/Makefile.in.in,v
retrieving revision 1.29
diff -u -r1.29 Makefile.in.in
--- Makefile.in.in 22 Nov 2005 07:14:48 -0000 1.29
+++ Makefile.in.in 29 Dec 2005 19:21:37 -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