unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Cleaner way to not build the ctags that ships with emacs?
@ 2016-03-09 20:56 Kaushal Modi
  2016-03-09 21:06 ` Eli Zaretskii
  2016-03-10  1:48 ` Paul Eggert
  0 siblings, 2 replies; 13+ messages in thread
From: Kaushal Modi @ 2016-03-09 20:56 UTC (permalink / raw)
  To: Emacs developers

[-- 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 --]

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

end of thread, other threads:[~2016-03-10 15:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 20:56 Cleaner way to not build the ctags that ships with emacs? Kaushal Modi
2016-03-09 21:06 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).