This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: SUN make and gcc 3.0: committed changes to branch
- To: aoliva at redhat dot com
- Subject: Re: SUN make and gcc 3.0: committed changes to branch
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- Date: Thu, 31 May 2001 08:55:20 +0200
- CC: hans-peter dot nilsson at axis dot com, pedwards at disaster dot jaj dot com, bkoz at redhat dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
> From: Alexandre Oliva <aoliva@redhat.com>
> Date: 31 May 2001 03:15:12 -0300
> Incidentally, automake supports srcdir != objdir only when using GNU
> make, because other makes are way too broken in VPATH support.
No, I don't see where the automake manual says it requires GNU
make for that. I see it says about that (in INSTALL): "To do
this, you must use a version of `make' that supports the `VPATH'
variable, such as GNU `make'". Besides, in some places, such as
lib/am/check.am, there are constructs to cater to SUN make VPATH
peculiarities.
> I guess you've just found one of the reasons for that.
:-(
Ugh. You can never win. FWIW, it seems automake handles
"hand-written" rules for install-glibcppinstallHEADERS and
uninstall-glibcppinstallHEADERS (and documents overriding
generated rules as being supported), so I guess we can patch
this up to work until automake is fixed. I'll test that.
brgds, H-P