This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

more complex Makefiles


I've just checked in some patches which make the Makefiles even more
complicated.  One feature which was missing so far was the possibility
to select code based on the library the code ends up in.  This is
normally no problem for normal code but it is a problem for headers.

As an example you can see the change to include/libintl.h.  It defines
_() differently for code used in libc itself.

With this change we hopefully can avoid most INTDEF/INTUSE changes.  It
should be possible to cover most cases with special macros in the header
in the include/ subdir.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


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