Changes to the BUILD and INSTALL scripts (Men-At-Work)
Auke Kok
auke at foo-projects.org
Thu Jan 26 19:13:17 CET 2012
On Thu, Jan 26, 2012 at 07:35:29AM -0500, Dennis Veatch wrote:
> On Thursday, January 26, 2012 8:52:13 PM Dave Brown wrote:
> > On Wed, Jan 25, 2012 at 02:11:18PM -0800, Auke Kok wrote:
> >
> > I have a use case for this! emacs and ctags have a stupid conflict--the
> > "ctags" binary. There's no mechanism within the emacs build, short of
> > patching the Makefile, to install ctags as anything other than ctags.
>
> You mean this line from the emacs BUILD does not resolve that issue?
>
> OPTS+="--program-transform-name='s/ctags*/etags/'"
well, for one, there's a space missing in this line, right after the "
But second, with the new code that I'm planning, one could just:
mv /usr/bin/ctags /usr/bin/etags
in the INSTALL file after calling `make install`
Auke
More information about the Lunar-dev
mailing list