Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 3186:9a0af1444f54
[xemacs-hg @ 2005-12-31 12:41:23 by michaels]
2005-12-29 Mike Sperber <mike@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.
author | michaels |
---|---|
date | Sat, 31 Dec 2005 12:41:23 +0000 |
parents | 193188e494b2 |
children | 7da03bc36069 |
comparison
equal
deleted
inserted
replaced
3185:b4b66310c964 | 3186:9a0af1444f54 |
---|---|
562 | 562 |
563 ## `distclean-noconfig' | 563 ## `distclean-noconfig' |
564 ## Like `distclean' but don't delete files created by `configure'. | 564 ## Like `distclean' but don't delete files created by `configure'. |
565 top-distclean-noconfig: FRC.distclean-noconfig | 565 top-distclean-noconfig: FRC.distclean-noconfig |
566 -$(RM) TAGS .sbinit lock/* lisp/finder-inf.el* | 566 -$(RM) TAGS .sbinit lock/* lisp/finder-inf.el* |
567 -$(RM) -r site-packages xemacs-packages mule-packages site-lisp | |
568 | 567 |
569 distclean-noconfig: top-mostlyclean top-clean top-distclean-noconfig | 568 distclean-noconfig: top-mostlyclean top-clean top-distclean-noconfig |
570 for d in $(SUBDIR); do (cd ./$$d && $(MAKE) $(RECURSIVE_MAKE_ARGS) $@); done | 569 for d in $(SUBDIR); do (cd ./$$d && $(MAKE) $(RECURSIVE_MAKE_ARGS) $@); done |
571 | 570 |
572 ## `distclean' | 571 ## `distclean' |