This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: make install-headers doesn't install all headers ?


On Mon, Jan 21, 2002 at 10:47:28AM +0100, Andreas Jaeger wrote:
> Frédéric L. W. Meunier <0@pervalidus.net> writes:
> 
> > Is there a rule to install all headers, and only them ? I
> > thought make install-headers would do that, but all listed in
> > Makefile (headers and install-others) + bits/syscall.h
> > aren't.
> >
> > Sorry if I'm overlooking something here.
> 
> Which headers are missing for which targets?

They aren't missing when you do a make install, only with
make install-headers.

Here's the list

>From libc/Makefile:

headers := errno.h sys/errno.h bits/errno.h limits.h values.h\
	   features.h gnu-versions.h bits/libc-lock.h bits/xopen_lim.h  \
	   gnu/libc-version.h


install-others = $(inst_includedir)/gnu/stubs.h

install-others += $(inst_includedir)/gnu/lib-names.h

All these + bits/syscall.h

I really thought make install-headers would install all
headers.

This is x86. BTW, 2.2.5 compiled and checked.

-- 
0@pervalidus.{net, dyndns.org}


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