all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: generation of tramp-loaddefs
Date: Mon, 13 Sep 2010 17:38:13 +0200	[thread overview]
Message-ID: <AANLkTimj_V8x3TzxmXb7zpq2q98os0MBNV483+Kq4zB=@mail.gmail.com> (raw)

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



             reply	other threads:[~2010-09-13 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 15:38 Juanma Barranquero [this message]
2010-09-13 15:49 ` generation of tramp-loaddefs Michael Albinus
2010-09-13 15:55   ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTimj_V8x3TzxmXb7zpq2q98os0MBNV483+Kq4zB=@mail.gmail.com' \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.