This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15668] install-sh is now based on $srcdir, make install fails
- From: "fcusack at fcusack dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2004 21:52:21 -0000
- Subject: [Bug bootstrap/15668] install-sh is now based on $srcdir, make install fails
- References: <20040526222759.15668.fcusack@fcusack.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fcusack at fcusack dot com 2004-05-27 21:52 -------
(In reply to comment #1)
> Also, since the docs have said for some time that srcdir should
> not be equal to objdir I changed the test to give an error rather
> than setup a special case.
oops, on re-reading the docs srcdir==objdir is explicitly ok (but not
recommended) so if you accept this patch you should obviously keep the
comment about "srcdir=." etc instead of exiting. It'd be easy to test
if objdir is a subdir of srcdir, you might want to add that bit.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15668