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]

Re: bootstrap failure with colons in objdir


On Jul 30, 2001, Benjamin Kosnik <bkoz@redhat.com> wrote:

>> 367 ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
>> 368                                ${glibcpp_srcdir}/include/bits/c++config \
>> 369                                ${target_builddir}

> So if you quote all this stuff, will it work?

> ie:

>> 367 "${target_builddir}"/c++config.h: "${glibcpp_builddir}"/config.h \
>> 368                                "${glibcpp_srcdir}"/include/bits/c++config \
>> 369                                "${target_builddir}"

Huh?  Quoting filenames in Makefile targets or dependencies?  No, this
won't work.  Sorry if I'm out of context.

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