all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Subject: [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src]
Date: Fri, 03 Nov 2006 02:07:24 -0500	[thread overview]
Message-ID: <E1Gft9A-0004NG-Oo@fencepost.gnu.org> (raw)

Would someone please install this tiny change,
then ack?  (Please also thank Mark Davies.)

------- 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
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
  boundary="Boundary-00=_9mbSFYx34JxGvzJ"
Subject: use INSTALL_SCRIPT in lib-src
X-Spam-Status: No, score=0.3 required=5.0 tests=FORGED_RCVD_HELO,
	UPPERCASE_25_50 autolearn=no version=3.0.4

- --Boundary-00=_9mbSFYx34JxGvzJ
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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.

cheers
mark

- --Boundary-00=_9mbSFYx34JxGvzJ
Content-Type: text/x-diff;
  charset="us-ascii";
  name="patch-aa"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-aa"

$NetBSD$

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

- --Boundary-00=_9mbSFYx34JxGvzJ
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

- --Boundary-00=_9mbSFYx34JxGvzJ--
------- End of forwarded message -------

             reply	other threads:[~2006-11-03  7:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-03  7:07 Richard Stallman [this message]
2006-11-03 14:23 ` [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] Ramprasad
2006-11-03 21:40 ` Giorgos Keramidas

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=E1Gft9A-0004NG-Oo@fencepost.gnu.org \
    --to=rms@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.