public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] [jit] Install headers using INSTALL_DATA
@ 2015-06-09 16:21 Matthias Klose
  2015-06-09 21:28 ` David Malcolm
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 2015-06-09 16:21 UTC (permalink / raw)
  To: gcc-patches; +Cc: David Malcolm

Install the gcc/jit header files without the x bit set. Ok for the trunk and the
5 branch?

Matthias

gcc/jit/

2015-06-09  Matthias Klose  <doko@ubuntu.com>

	* Make-lang.in (jit.install-common): Install headers using INSTALL_DATA.

Index: gcc/jit/Make-lang.in
===================================================================
--- gcc/jit/Make-lang.in	(revision 224282)
+++ gcc/jit/Make-lang.in	(working copy)
@@ -268,9 +268,9 @@
 	ln -sf \
 	  $(LIBGCCJIT_SONAME_SYMLINK)\
 	  $(DESTDIR)/$(libdir)/$(LIBGCCJIT_LINKER_NAME_SYMLINK)
-	$(INSTALL_PROGRAM) $(srcdir)/jit/libgccjit.h \
+	$(INSTALL_DATA) $(srcdir)/jit/libgccjit.h \
 	  $(DESTDIR)/$(includedir)/libgccjit.h
-	$(INSTALL_PROGRAM) $(srcdir)/jit/libgccjit++.h \
+	$(INSTALL_DATA) $(srcdir)/jit/libgccjit++.h \
 	  $(DESTDIR)/$(includedir)/libgccjit++.h

 jit.install-man:

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

* Re: [patch] [jit] Install headers using INSTALL_DATA
  2015-06-09 16:21 [patch] [jit] Install headers using INSTALL_DATA Matthias Klose
@ 2015-06-09 21:28 ` David Malcolm
  0 siblings, 0 replies; 2+ messages in thread
From: David Malcolm @ 2015-06-09 21:28 UTC (permalink / raw)
  To: Matthias Klose; +Cc: gcc-patches

On Tue, 2015-06-09 at 18:19 +0200, Matthias Klose wrote:
> Install the gcc/jit header files without the x bit set. Ok for the trunk and the
> 5 branch?

OK.


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

end of thread, other threads:[~2015-06-09 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-09 16:21 [patch] [jit] Install headers using INSTALL_DATA Matthias Klose
2015-06-09 21:28 ` David Malcolm

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