This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/15668] install-sh is now based on $srcdir, make install fails


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]