all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* generation of tramp-loaddefs
@ 2010-09-13 15:38 Juanma Barranquero
  2010-09-13 15:49 ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: Juanma Barranquero @ 2010-09-13 15:38 UTC (permalink / raw)
  To: Emacs developers; +Cc: Michael Albinus

I'm porting this change to Windows:

 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>

         Migrate to Tramp 2.2.  Rearrange load dependencies.
         (Bug#1529, Bug#5448, Bug#5705)

         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.

         [...]

        * net/tramp-compat.el (top): Require 'tramp-loaddefs. [...]

but AFAICS, this

  TRAMP_DIR = $(lisp)/net
  TRAMP_SRC = $(TRAMP_DIR)/tramp.el  $(TRAMP_DIR)/tramp-cache.el  \
          [... etc...]

  $(TRAMP_DIR)/tramp-loaddefs.el: $(TRAMP_SRC)
 	  $(emacs) -l autoload \
	     --eval "(setq generate-autoload-cookie \";;;###tramp-autoload\")" \
	     --eval "(setq generated-autoload-file \"$@\")" \
	     --eval "(setq make-backup-files nil)" \
	     -f batch-update-autoloads $(TRAMP_DIR)

will update autoloads for *all* files in lisp/net/*, using
$(TRAMP_DIR)/tramp-loaddefs.el as autoload file. Or am I missing
something?

    Juanma



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-13 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 15:38 generation of tramp-loaddefs Juanma Barranquero
2010-09-13 15:49 ` Michael Albinus
2010-09-13 15:55   ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.