This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: libstdc++ related bootstrap failure on Solaris


On Nov 29, 2000, Benjamin Kosnik <bkoz@redhat.com> wrote:

> myinstallheaders: $(headers:%=$(myincludep)/%)  <--here

I think simply removing the dependency will fix the problem.  Unless
I'm mistaken, it seems to be just an attempt to optimize the
installation, avoiding it if all headers are already up-to-date.  Not
everybody agrees it's a good idea in the first place.  I know people
who prefer to have all installed files with recent timestamps, so
that, if they install over an old tree, they can easily tell which
files are left-over from a previous installation and remove them.

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

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