public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mec dot gnu at mindspring dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/14893] [3.4 Regression] 3.4.0-20040406, 'make install' fails on doc/gcjh.1
Date: Tue, 13 Apr 2004 20:11:00 -0000	[thread overview]
Message-ID: <20040413195107.12662.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040408175851.14893.mec.gnu@mindspring.com>


------- Additional Comments From mec dot gnu at mindspring dot com  2004-04-13 19:51 -------
Subject: Re:  [3.4 Regression] 3.4.0-20040406, 'make install' fails on doc/gcjh.1

Okay, here's a patch to do what Alexander Oliva suggests.  I like this
better because the patch is much shorter.

I feel a bit caught in the middle here about the right approach to take.
I know we're trying to get 3.4.0 out but I'm getting up to speed here
as a contributor.

I tested this on:

  native i686-pc-linux-gnu, gnu make 3.79.1, 3.4.0-20040406
  native i686-pc-linux-gnu, gnu make 3.79.1, gcc gcc-3_4-branch
  native i686-pc-linux-gnu, gnu make 3.79.1, gcc HEAD

Alexander O: will you approve this for mainline?

Mark M: will you approve this for gcc-3_4-branch?

Michael C

2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>

	* Make-lang.in (java.install-man): Install from either build
	tree or source tree, whichever has the file first.

Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/Make-lang.in,v
retrieving revision 1.128.2.5
diff -c -3 -p -r1.128.2.5 Make-lang.in
*** Make-lang.in	22 Feb 2004 20:46:00 -0000	1.128.2.5
--- Make-lang.in	13 Apr 2004 01:31:08 -0000
***************
*** 1,6 ****
  # Top level -*- makefile -*- fragment for the GNU compiler for the Java(TM)
  # language.
! #   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
  #This file is part of GCC.
  
--- 1,7 ----
  # Top level -*- makefile -*- fragment for the GNU compiler for the Java(TM)
  # language.
! #   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004
! #   Free Software Foundation, Inc.
  
  #This file is part of GCC.
  
*************** java.install-man: installdirs \
*** 401,407 ****
  	  tool_transformed_name=`echo $$tool|sed '$(program_transform_name)'`; \
  	  man_name=$(DESTDIR)$(man1dir)/$${tool_transformed_name}$(man1ext); \
  	  rm -f $$man_name ; \
! 	  $(INSTALL_DATA) doc/$${tool}.1 $$man_name; \
  	  chmod a-x $$man_name ; \
  	done
  
--- 402,413 ----
  	  tool_transformed_name=`echo $$tool|sed '$(program_transform_name)'`; \
  	  man_name=$(DESTDIR)$(man1dir)/$${tool_transformed_name}$(man1ext); \
  	  rm -f $$man_name ; \
! 	  for source_name in doc/$${tool}.1 $(srcdir)/doc/$${tool}.1 ; do \
! 	    if test -f $$source_name; then \
! 	      $(INSTALL_DATA) $$source_name $$man_name; \
! 	      break; \
! 	    fi; \
! 	  done ; \
  	  chmod a-x $$man_name ; \
  	done
  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14893


  parent reply	other threads:[~2004-04-13 19:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-08 17:58 [Bug bootstrap/14893] New: " mec dot gnu at mindspring dot com
2004-04-08 18:00 ` [Bug bootstrap/14893] " mec dot gnu at mindspring dot com
2004-04-08 18:02 ` [Bug bootstrap/14893] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-04-08 18:06 ` mec dot gnu at mindspring dot com
2004-04-08 18:07 ` mec dot gnu at mindspring dot com
2004-04-08 18:07 ` mec dot gnu at mindspring dot com
2004-04-08 19:58 ` prj-bugzilla-gcc at multivac dot cwru dot edu
2004-04-09 18:18 ` mec dot gnu at mindspring dot com
2004-04-09 18:32 ` prj at po dot cwru dot edu
2004-04-09 19:46 ` mec dot gnu at mindspring dot com
2004-04-10  2:59 ` mec dot gnu at mindspring dot com
2004-04-10  3:04 ` prj at po dot cwru dot edu
2004-04-11 20:20 ` mmitchel at gcc dot gnu dot org
2004-04-11 22:17 ` mec dot gnu at mindspring dot com
2004-04-12  8:05 ` prj at po dot cwru dot edu
2004-04-12 12:51 ` aoliva at gcc dot gnu dot org
2004-04-12 16:03 ` prj-bugzilla-gcc at multivac dot cwru dot edu
2004-04-13  4:21 ` aoliva at gcc dot gnu dot org
2004-04-13 20:11 ` mec dot gnu at mindspring dot com [this message]
2004-04-14 10:10 ` mmitchel at gcc dot gnu dot org
2004-04-14 21:14 ` cvs-commit at gcc dot gnu dot org
2004-04-14 23:20 ` [Bug bootstrap/14893] [3.5 " pinskia at gcc dot gnu dot org
2004-04-15  7:03 ` aoliva at gcc dot gnu dot org
2004-06-06  3:53 ` giovannibajo at libero dot it
2004-06-06  4:08 ` mec dot gnu at mindspring dot com
2004-08-03 22:56 ` aoliva at gcc dot gnu dot org
2004-08-05 19:29 ` cvs-commit at gcc dot gnu dot org
2004-08-05 19:35 ` pinskia at gcc dot gnu dot org

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=20040413195107.12662.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.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.
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).