all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Cleaner way to not build the ctags that ships with emacs?
Date: Wed, 9 Mar 2016 15:56:03 -0500	[thread overview]
Message-ID: <CAFyQvY2MVO7TgpG9bM+rDBsdBpTMryMSJL2yw37+qHZh6BGZ9w@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]

Hi all,

I use the Exuberant ctags (now Universal ctags:
https://github.com/universal-ctags/ctags ) and whenever I build emacs, as
my emacs bin dir is put at a higher precedence (as I want my built emacs
binary to shadow the default emacs binary), the emacs ctags also shadows
the universal ctags binary.

So I have this hack in my emacs build script (csh).

    if ( -e ${MY_EMACS_INSTALL_DIR}/bin/ctags ) then
        \mv ${MY_EMACS_INSTALL_DIR}/bin/ctags
${MY_EMACS_INSTALL_DIR}/bin/ctags_emacs
    endif
    if ( -e ${MY_EMACS_INSTALL_DIR}/share/man/man1/ctags.1.gz ) then
        \mv ${MY_EMACS_INSTALL_DIR}/share/man/man1/ctags.1.gz
${MY_EMACS_INSTALL_DIR}/share/man/man1/ctags_emacs.1.gz
    endif

Is there a clean way to prevent the building of emacs ctags binary and man
pages attogether? May be a configure option?

--
Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 1200 bytes --]

             reply	other threads:[~2016-03-09 20:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09 20:56 Kaushal Modi [this message]
2016-03-09 21:06 ` Cleaner way to not build the ctags that ships with emacs? Eli Zaretskii
2016-03-09 21:29   ` Kaushal Modi
2016-03-10  6:10     ` Eli Zaretskii
2016-03-10  1:48 ` Paul Eggert
2016-03-10  6:56   ` Eli Zaretskii
2016-03-10 11:47     ` Ulrich Mueller
2016-03-10 12:34       ` Kaushal Modi
2016-03-10 12:48       ` Dmitry Gutov
2016-03-10 13:05       ` Eli Zaretskii
2016-03-10 13:48         ` Ulrich Mueller
2016-03-10 14:20           ` Eli Zaretskii
2016-03-10 15:05           ` Stefan Monnier

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=CAFyQvY2MVO7TgpG9bM+rDBsdBpTMryMSJL2yw37+qHZh6BGZ9w@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.