public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [RFA] Patch for: Re: Why don't we provide a default INSTALL_SCRIPT in gcc/Makefile.in?
@ 2001-12-03  6:39 Phil Edwards
  2001-12-04  0:54 ` Alexandre Oliva
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Edwards @ 2001-12-03  6:39 UTC (permalink / raw)
  To: gcc, gcc-patches

Alexandre Oliva wrote:
> On Nov 27, 2001, "H . J . Lu" <hjl@lucon.org> wrote:
> > This patch
> > http://gcc.gnu.org/ml/gcc-bugs/2001-11/msg00221.html
> 
> > uses INSTALL_SCRIPT without providing a default. As the result, I
> > can no longer do
> 
> > # cd gcc
> > # make install
> 
> Hmm, indeed.
> 
> Would one of you please post a patch that copies the definition of:
> 
> INSTALL_SCRIPT = @INSTALL@
> 
> from the top-level Makefile.in into gcc/Makefile.in?

I just got bit by this same bug.  So, scratching this itch:

"cd gcc; make install" works now.  Previously it would break on gccbug.



Index: Makefile.in
===================================================================
RCS file: /home/pme/Repositories/GCC/gcc/gcc/Makefile.in,v
retrieving revision 1.796
diff -u -3 -r1.796 Makefile.in
--- Makefile.in 30 Nov 2001 04:38:41 -0000      1.796
+++ Makefile.in 3 Dec 2001 14:35:27 -0000
@@ -121,6 +121,7 @@
 # These permit overriding just for certain files.
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL@
 MAKEINFO = @MAKEINFO@
 MAKEINFOFLAGS =
 TEXI2DVI = texi2dvi


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

* Re: [RFA] Patch for: Re: Why don't we provide a default INSTALL_SCRIPT in gcc/Makefile.in?
  2001-12-03  6:39 [RFA] Patch for: Re: Why don't we provide a default INSTALL_SCRIPT in gcc/Makefile.in? Phil Edwards
@ 2001-12-04  0:54 ` Alexandre Oliva
  2001-12-04 15:44   ` Phil Edwards
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Oliva @ 2001-12-04  0:54 UTC (permalink / raw)
  To: Phil Edwards; +Cc: gcc, gcc-patches

On Dec  3, 2001, Phil Edwards <pedwards@disaster.jaj.com> wrote:

> Index: Makefile.in
> RCS file: /home/pme/Repositories/GCC/gcc/gcc/Makefile.in,v
> +INSTALL_SCRIPT = @INSTALL@

Ok

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* Re: [RFA] Patch for: Re: Why don't we provide a default INSTALL_SCRIPT in gcc/Makefile.in?
  2001-12-04  0:54 ` Alexandre Oliva
@ 2001-12-04 15:44   ` Phil Edwards
  0 siblings, 0 replies; 3+ messages in thread
From: Phil Edwards @ 2001-12-04 15:44 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: gcc, gcc-patches

On Tue, Dec 04, 2001 at 06:54:44AM -0200, Alexandre Oliva wrote:
> On Dec  3, 2001, Phil Edwards <pedwards@disaster.jaj.com> wrote:
> 
> > Index: Makefile.in
> > RCS file: /home/pme/Repositories/GCC/gcc/gcc/Makefile.in,v
> > +INSTALL_SCRIPT = @INSTALL@
> 
> Ok

Committed.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams

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

end of thread, other threads:[~2001-12-04 23:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-03  6:39 [RFA] Patch for: Re: Why don't we provide a default INSTALL_SCRIPT in gcc/Makefile.in? Phil Edwards
2001-12-04  0:54 ` Alexandre Oliva
2001-12-04 15:44   ` Phil Edwards

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