This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

Re: Question on "never use the ports/ name in code or in log entries"


2006/2/23, Daniel Jacobowitz <drow@false.org>:
> Take a look at some of the other ways it's been fixed.  In most cases
> a path starting from <sysdeps/...> is OK; that will only match the
> top level of glibc, the top level of ports, and the thread libraries.
>

that's not true:

In file included from <stdin>:1:
../ports/sysdeps/unix/sysv/linux/mips/mips32/sysdep.h:23:45: error:
sysdeps/unix/mips/mips32/sysdep.h: No such file or directory

it does not match the top level of ports although
sysdeps/unix/mips/mips32/sysdep.h *is* there!


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