From: Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc: emacs-devel@gnu.org
Subject: Re: [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src]
Date: Fri, 3 Nov 2006 23:40:28 +0200 [thread overview]
Message-ID: <20061103214027.GA78391@kobe.laptop> (raw)
In-Reply-To: <E1Gft9A-0004NG-Oo@fencepost.gnu.org>
On 2006-11-03 02:07, Richard Stallman <rms@gnu.org> wrote:
> Would someone please install this tiny change,
> then ack? (Please also thank Mark Davies.)
FWIW, we 've been building the editors/emacs-devel port of FreeBSD with
this patch for quite some time now, so I can verify that this is a safe
change to make :)
> ------- Start of forwarded message -------
> From: Mark Davies <mark@mcs.vuw.ac.nz>
> To: bug-gnu-emacs@gnu.org
> Date: Thu, 2 Nov 2006 22:26:20 +1300
> Subject: use INSTALL_SCRIPT in lib-src
>
> The Makefile in lib-src attempts to install some scripts so should use
> INSTALL_SCRIPT instead of INSTALL_PROGRAM in case they are different.
>
> patch attached to fix.
> - --- lib-src/Makefile.in.orig 2006-03-03 21:02:31.000000000 +0900
> +++ lib-src/Makefile.in
> @@ -94,6 +94,7 @@ gameuser=@gameuser@
> INSTALL = @INSTALL@
> INSTALL_PROGRAM = @INSTALL_PROGRAM@
> INSTALL_DATA = @INSTALL_DATA@
> +INSTALL_SCRIPT = @INSTALL_SCRIPT@
> # By default, we uphold the dignity of our programs.
> INSTALL_STRIP =
>
> @@ -319,7 +320,7 @@ $(DESTDIR)${archlibdir}: all
> if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
> != `(cd ${srcdir} && /bin/pwd)` ]; then \
> for file in ${SCRIPTS}; do \
> - - $(INSTALL_PROGRAM) ${srcdir}/$$file $(DESTDIR)${archlibdir}/$$file; \
> + $(INSTALL_SCRIPT) ${srcdir}/$$file $(DESTDIR)${archlibdir}/$$file; \
> done ; \
> fi
>
> @@ -331,7 +332,7 @@ install: $(DESTDIR)${archlibdir}
> chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \
> done
> for file in ${INSTALLABLE_SCRIPTS} ; do \
> - - $(INSTALL_PROGRAM) ${srcdir}/$${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
> + $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
> chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \
> done
prev parent reply other threads:[~2006-11-03 21:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-03 7:07 [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] Richard Stallman
2006-11-03 14:23 ` Ramprasad
2006-11-03 21:40 ` Giorgos Keramidas [this message]
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=20061103214027.GA78391@kobe.laptop \
--to=keramida@ceid.upatras.gr \
--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.