Mercurial > hg > xemacs-beta
changeset 532:1cb1000b6813
[xemacs-hg @ 2001-05-12 11:31:37 by ben]
cvs is so nice, ya gotta commit THREE TIMES.
author | ben |
---|---|
date | Sat, 12 May 2001 11:31:37 +0000 |
parents | 0493e9f3c27f |
children | f38950946dcf |
files | ChangeLog Makefile.in.in |
diffstat | 2 files changed, 8 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat May 12 11:16:25 2001 +0000 +++ b/ChangeLog Sat May 12 11:31:37 2001 +0000 @@ -1,3 +1,10 @@ +2001-05-10 Ben Wing <ben@xemacs.org> + + * Makefile.in.in (all): + * Makefile.in.in (configure): + * Makefile.in.in (finder): + remove autoload targets. + 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au> * configure.in: Check gtk version validity only when gtk-config
--- a/Makefile.in.in Sat May 12 11:16:25 2001 +0000 +++ b/Makefile.in.in Sat May 12 11:31:37 2001 +0000 @@ -252,7 +252,7 @@ .SUFFIXES: .NO_PARALLEL: ${GENERATED_HEADERS} ${MAKE_SUBDIR} dump-elcs -.PHONY: ${SUBDIR} all beta all-elc all-elcs dump-elc dump-elcs autoloads finder +.PHONY: ${SUBDIR} all beta all-elc all-elcs dump-elc dump-elcs finder ## Convenience target for XEmacs beta testers beta: clean all-elc finder info @@ -290,22 +290,6 @@ dump-elc dump-elcs: ${GENERATED_HEADERS} FRC.dump-elcs cd ./src && $(RECURSIVE_MAKE) dump-elcs -autoloads: lisp/auto-autoloads.el lisp/custom-load.el - -FRC.lisp.auto.autoloads.el: -lisp/auto-autoloads.el: FRC.lisp.auto.autoloads.el - $(RM) lisp/auto-autoloads.el - ${blddir}/src/${PROGNAME} -batch -vanilla \ - -l autoload -f batch-update-directory lisp - ${blddir}/src/${PROGNAME} -batch -vanilla \ - -f batch-byte-compile lisp/auto-autoloads.el - @$(RM) lisp/auto-autoloads.el~ - -FRC.lisp.custom.load.el: -lisp/custom-load.el: FRC.lisp.custom.load.el - ${blddir}/src/${PROGNAME} -batch -vanilla -l cus-dep \ - -f Custom-make-dependencies lisp - finder: src @echo "Building finder database ..." @(cd ./lisp; \