This is the mail archive of the glibc-bugs@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]

[Bug linuxthreads/623] New: Suggest libc/linuxthreads/man/Makefile to use MANDIR=$(prefix)/usr/man/man3


It seems that the CVS head revision (as of this writing) of
libc/linuxthreads/man/Makefile uses the following to declare MANDIR:

MANDIR=/usr/man/man3

Whereas, most other makefiles in the glibc tar.gz allow the use of a 'prefix'
envar to affect the installation directory.

A suggestion is hereby made to amend the above line to read:

MANDIR=$(prefix)/usr/man/man3

So that the pthread_*, sem_*, and sigwait man pages get installed in the same
tree as the bulk of glibc, when the 'prefix' envar is used.

(Wasn't sure whether to choose 'linuxthreads' or 'manual' as the component for
this.  I chose the former, since you have an explicit 'manual' directory in your
source tree.)

-- 
           Summary: Suggest libc/linuxthreads/man/Makefile to use
                    MANDIR=$(prefix)/usr/man/man3
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: linuxthreads
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: bugzilla at bissell dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=623

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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